import { AsyncWrappable, AsyncIterableIterator } from '../../types/async-iterable'; declare function asyncBatch(size: number): (source: AsyncWrappable) => AsyncIterableIterator; declare function asyncBatch(size: number, source: AsyncWrappable): AsyncIterableIterator; export { asyncBatch };