import type { Cause } from "../Cause/index.js"; import type { Effect } from "./effect.js"; /** * Exposes the full cause of failure of this effect. */ export declare function sandbox(fa: Effect, __trace?: string): Effect, A>; //# sourceMappingURL=sandbox.d.ts.map