import { IEnumerable, IEnumerableFactory } from '../../types'; export declare function applyChunk(factory: IEnumerableFactory, src: Iterable, chunkSize: number): IEnumerable>; //# sourceMappingURL=applyChunk.d.ts.map