/// <reference types="node" />
/**
 * Converts an input buffer to a SubRip subtitle.
 */
export default function (config: IConfig, input: Buffer | string, done: (err: Error, subtitle?: string) => void): void;
