import * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import type * as C from "../core.js"; /** * Exposes the underlying chunks of the stream as a stream of chunks of elements */ export declare function chunks(self: C.Stream): C.Stream>; //# sourceMappingURL=chunks.d.ts.map