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