/**
 * Streams the batch of series to disk.
 */
export default function (args: string[], done: (err?: Error) => void): void;
