/// import stream from 'stream'; export declare function writeStreamToFile(fileName: string, content: stream.Readable, createFolder?: boolean): Promise; //# sourceMappingURL=writeStreamToFile.d.ts.map