import type * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import type * as C from "../core.js"; /** * Creates a stream from an arbitrary number of chunks. */ export declare function fromChunks(...chunks: CK.Chunk[]): C.UIO; //# sourceMappingURL=fromChunks.d.ts.map