export declare function buffer(stream: NodeJS.ReadableStream, bufferFile: string): Promise<NodeJS.ReadableStream>;
