/**
* Helper to drain a stream, useful in cases where you want to keep reading a stream but disregard the received chunks.
* @paramstream - the readable stream to drain
*/export declare functiondrain(stream: ReadableStream): Promise<void>;
//# sourceMappingURL=drain.d.ts.map