import { Effect } from "@effect/core/io/Effect/definition"; import { Scope } from "@effect/core/io/Scope/definition"; import { Fiber } from "@effect/core/io/Fiber/definition"; /** * Forks the fiber in a `Scope`, interrupting it when the scope is closed. * @tsplus getter effect/core/io/Effect forkScoped * @tsplus location "@effect/core/io/Effect/operations/forkScoped" */ export declare function forkScoped(self: Effect): Effect>; //# sourceMappingURL=forkScoped.d.ts.map