import type { SlashContext } from './slash/types.js'; export declare function togglePlanMode(ctx: SlashContext, desired?: boolean): Promise;