import { OptionValues } from 'commander';
import BaseCommand from '../base-command.js';
export declare const switchCommand: (options: OptionValues, command: BaseCommand) => Promise<void>;
//# sourceMappingURL=switch.d.ts.map