import type { CommandContext, ParsedArgs } from "../../../types.js"; export declare function upgradeFile(parsed: ParsedArgs, context: CommandContext): Promise; //# sourceMappingURL=upgrade.d.ts.map