import { Effect } from "@effect/core/io/Effect/definition"; import { Deferred } from "@effect/core/io/Deferred/definition"; /** * Makes a new `Deferred` to be completed by the fiber creating the `Deferred`. * @tsplus static effect/core/io/Deferred.Ops make * @tsplus location "@effect/core/io/Deferred/operations/make" */ export declare function make(): Effect>; //# sourceMappingURL=make.d.ts.map