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