import { Transcript } from '../types'; export declare function transcriptToSrt(transcript: Transcript): { text: string; blob: Blob; };