import type { KlawConfig } from "../config/types.klaw.js"; export type AuthProfileConfigProtectionResult = { config: KlawConfig; repairs: string[]; warnings: string[]; }; export declare function protectActiveAuthProfileConfig(params: { before: KlawConfig; after: KlawConfig; }): AuthProfileConfigProtectionResult;