import type { SlashCommandContext } from './types.js'; /** * `/voice` — manage push-to-talk voice input. * * Subcommands: * /voice Interactive menu (toggle / engine / provider / model / status) * /voice on|off Quick toggle (back-compat) * /voice status Print the current engine, provider/model, and readiness */ export declare function handleVoiceCommand(ctx: SlashCommandContext, args?: string[]): Promise; //# sourceMappingURL=voice.d.ts.map