import type { KlawConfig } from "../config/types.klaw.js"; import type { DoctorPrompter } from "./doctor-prompter.js"; export declare function maybeRepairLegacyOAuthProfileIds(cfg: KlawConfig, prompter: DoctorPrompter): Promise;