import type { SlashCommandContext } from './types.js'; export declare function handleModeCommand(ctx: SlashCommandContext, args: string[]): Promise; //# sourceMappingURL=mode.d.ts.map