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