import * as fs from 'fs'; import type { TranscriptData } from './types.js'; export declare function parseTranscript(transcriptPath: string): Promise; export declare function _setCreateReadStreamForTests(impl: typeof fs.createReadStream | null): void; //# sourceMappingURL=transcript.d.ts.map