export declare function fixSrt(srt: string): string; export declare function srtToVtt(srtText: string): string; export declare function vttToBlob(vttText: string): string; export declare function assToVtt(ass: string): string; export declare function escape(str: string): string; //# sourceMappingURL=Subtitle.utils.d.ts.map