import type { CommandModule } from "yargs"; import type { VoiceServerArgs } from "../../lib/types/index.js"; /** * @deprecated Use `neurolink serve voice` instead. This top-level alias is * kept for one release for backwards compatibility and will be removed in a * future version. The voice server is now subsumed under the existing * `serve` infra command per CLAUDE.md's "everything via generate/stream/serve * only" contract. */ export declare const voiceServerCommand: CommandModule;