export interface UpgradeConfigFlowOptions { cwd: string; } /** * Opt-in: rewrite legacy AppwriteUtils config.yaml to the new sidecar format. * For now, just informs the user about what would happen. Real translation * lives in a follow-up task. */ export declare function runUpgradeConfigFlow(opts: UpgradeConfigFlowOptions): Promise;