export = drain; /** * Drains an (async) iterable discarding its' content and does not return * anything. * * @template T * @param {AsyncIterable|Iterable} source * @returns {Promise} */ declare function drain(source: AsyncIterable | Iterable): Promise; //# sourceMappingURL=index.d.ts.map