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