import { Exit } from "@effect/core/io/Exit/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Converts the `Exit` to an `Effect`. * @tsplus getter effect/core/io/Exit toEffect * @tsplus location "@effect/core/io/Exit/operations/toEffect" */ export declare function toEffect(self: Exit): Effect; //# sourceMappingURL=toEffect.d.ts.map