import { AsyncWrappable } from '../../types/async-iterable'; declare function asyncConsume(iterable: AsyncWrappable): Promise; export { asyncConsume };