import { ICommandContext } from '../command'; export declare function serviceSwitch(ctx: ICommandContext): Promise; export declare function serviceAuthSwitch(ctx: ICommandContext): Promise;