import { SafeInteger } from "../../numbers"; import { PipeBody } from "../../pipables"; import { LinqWrapper } from "../linqWrapper"; /** * Splits the elements of a sequence into chunks of `count` at most size. */ export declare function chunk(count: SafeInteger): PipeBody, LinqWrapper>; //# sourceMappingURL=chunk.d.ts.map