import type { BotConfig } from "./types.js"; export declare function migrateLegacyConfig(raw: unknown): { config: BotConfig | null; changes: string[]; };