import type { TranscriptData } from './types.js'; export declare function parseTranscript(transcriptPath: string): Promise; //# sourceMappingURL=transcript.d.ts.map