interface UpgradeOptions { cwd: string; backup?: boolean; } export declare function runUpgrade(options: UpgradeOptions): Promise; export {};