import { Effect } from "@effect/core/io/Effect/definition"; import { Fiber } from "@effect/core/io/Fiber/definition"; /** * Like fork but handles an error with the provided handler. * @tsplus static effect/core/io/Effect.Aspects forkWithErrorHandler * @tsplus pipeable effect/core/io/Effect forkWithErrorHandler * @tsplus location "@effect/core/io/Effect/operations/forkWithErrorHandler" */ export declare function forkWithErrorHandler(handler: (e: E) => Effect): (self: import("../definition").Effect) => import("../definition").Effect>; //# sourceMappingURL=forkWithErrorHandler.d.ts.map