import { LazyArg } from "@tsplus/stdlib/data/Function"; import { Effect } from "@effect/core/io/Effect/definition"; import { SubscriptionRef } from "@effect/core/stream/SubscriptionRef/definition"; /** * Creates a new `SubscriptionRef` with the specified value. * @tsplus static effect/core/stream/SubscriptionRef.Ops make * @tsplus static effect/core/stream/SubscriptionRef.Ops __call * @tsplus location "@effect/core/stream/SubscriptionRef/operations/make" */ export declare function make(value: LazyArg): Effect>; //# sourceMappingURL=make.d.ts.map