export interface VoiceFile { fileId: string; duration?: number; } export declare function parseTranscript(output: string): string; export declare function transcribeVoice(file: VoiceFile): Promise; //# sourceMappingURL=voice.d.ts.map