/**
 * Streams the episode to disk.
 */
export default function (config: IConfig, address: string, done: (err: Error, ign: boolean) => void): void;
