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