export declare function iteratorCollect(iterator: AsyncIterable, callback: (items: T[]) => void): Promise;