import type { Cause } from "../Cause/index.js"; import type { Effect } from "./effect.js"; /** * Companion helper to `sandbox`. Allows recovery, and partial recovery, from * errors and defects alike. * * @ets_data_first sandboxWith_ */ export declare function sandboxWith(f: (_: Effect, A>) => Effect, A>, __trace?: string): (self: Effect) => Effect; /** * Companion helper to `sandbox`. Allows recovery, and partial recovery, from * errors and defects alike. */ export declare function sandboxWith_(self: Effect, f: (_: Effect, A>) => Effect, A>, __trace?: string): Effect; //# sourceMappingURL=sandboxWith.d.ts.map