import type { KlawConfig } from "../../config/types.klaw.js"; export declare function resolveProfileOverride(params: { rawProfile?: string; provider: string; cfg: KlawConfig; agentDir?: string; }): { profileId?: string; error?: string; };