declare const webvtt: (transcription: any, lineLength?: number) => string;
declare const srt: (transcription: any, lineLength?: number) => string;
export { webvtt, srt };
/**
 * Helpful exports.
 */
export * from "./converters";
export * from "./lib/types";
export * from "./lib/helpers";
//# sourceMappingURL=index.d.ts.map