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