/** * "Debounces" batches and returns them in groups */ export declare function timedBatchIterator(batchIterator: AsyncIterable, timeout: any): AsyncGenerator; //# sourceMappingURL=timed-batch-iterator.d.ts.map