import type { OpenAiVoiceServiceOptions } from '../../VoiceService'; import { type EngineHandler } from './types'; export declare const openAiEngineHandler: EngineHandler;