import type { OpenClawConfig } from "../../../config/types.openclaw.js";
export declare function collectCodexRouteWarnings(params: {
    cfg: OpenClawConfig;
    env?: NodeJS.ProcessEnv;
}): string[];
