import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function upgrade(args: string[]): Promise; //# sourceMappingURL=upgrade.d.ts.map