import { Effect } from "@effect/core/io/Effect/definition"; import { Cause } from "@effect/core/io/Cause/definition"; /** * Imports an asynchronous effect into a pure `Effect` value. This formulation * is necessary when the effect is itself expressed in terms of an `Effect`. * @tsplus static effect/core/io/Effect.Ops asyncEffect * @tsplus location "@effect/core/io/Effect/operations/asyncEffect" */ export declare function asyncEffect(register: (callback: (_: Effect) => void) => Effect): Effect; //# sourceMappingURL=asyncEffect.d.ts.map