import type { CommandContext } from './context.js'; export declare function handleTemporarySwitch(ctx: CommandContext, target: string | undefined, args: string[]): Promise;