import type { KlawConfig } from "../config/types.klaw.js"; import type { WizardPrompter } from "../wizard/prompts.js"; export declare function warnIfModelConfigLooksOff(config: KlawConfig, prompter: WizardPrompter, options?: { agentId?: string; agentDir?: string; validateCatalog?: boolean; }): Promise;