import { Effect } from "@effect/core/io/Effect/definition"; import { Cause } from "@effect/core/io/Cause/definition"; /** * The inverse operation `sandbox(effect)` * * Terminates with exceptions on the `Left` side of the `Either` error, if it * exists. Otherwise extracts the contained `Effect< R, E, A>` * @tsplus getter effect/core/io/Effect unsandbox * @tsplus location "@effect/core/io/Effect/operations/unsandbox" */ export declare function unsandbox(self: Effect, A>): import("../definition").Effect; //# sourceMappingURL=unsandbox.d.ts.map