/** * voice command - Voice-First control interface */ import { Command } from "commander"; export declare function registerVoiceCommand(program: Command): void; //# sourceMappingURL=voice.d.ts.map