/** * Streams the video to disk. */ export default function (rtmpUrl: string, rtmpInputPath: string, swfUrl: string, filePath: string, done: (err: Error) => void): void;