import type { CommandContext } from './context.js'; export declare function handleSwitchInteractive(ctx: CommandContext): Promise; export declare function handleSwitchTo(ctx: CommandContext, target: string): Promise;