import type * as C from "../core.js"; /** * Creates a stream from the specified values */ export declare function make(...values: A[]): C.UIO; //# sourceMappingURL=make.d.ts.map