export declare class SrtConverter {
    static convertToVtt(srtContent: string): string;
}
//# sourceMappingURL=SrtConverter.d.ts.map