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