export type UpgradeOptions = { version?: string; skipInstall?: boolean; }; export declare function runUpgrade(options?: UpgradeOptions): Promise;