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<O>(...chunks: CK.Chunk<O>[]): C.UIO<O>;
//# sourceMappingURL=fromChunks.d.ts.map