import type { OpenClawConfig } from "../../../config/types.openclaw.js"; export declare function normalizeBaseCompatibilityConfigValues(cfg: OpenClawConfig, changes: string[], afterBrowser?: (config: OpenClawConfig) => OpenClawConfig): OpenClawConfig;