import { Effect } from "@effect/core/io/Effect/definition"; import { MVar } from "@effect/core/concurrent/MVar/definition"; /** * Create an `MVar` which contains the supplied value. * @tsplus static effect/core/concurrent/MVar.Ops __call * @tsplus static effect/core/concurrent/MVar.Ops make * @tsplus location "@effect/core/concurrent/MVar/operations/make" */ export declare function make(value: A): Effect>; //# sourceMappingURL=make.d.ts.map