import type { Writable } from 'stream';
export default function createFilePipeline(dest: string, _options: object): Writable;
