import { Effect } from "@effect/core/io/Effect/definition"; import type { FiberRuntime } from "@effect/core/io/Fiber/_internal/runtime"; import type { Running } from "@effect/core/io/Fiber/status"; /** * Access the fiber runtime that is currently running this fiber. * @tsplus static effect/core/io/Effect.Ops withFiberRuntime * @tsplus location "@effect/core/io/Effect/operations/withFiberRuntime" */ export declare function withFiberRuntime(onState: (fiber: FiberRuntime, status: Running) => Effect): Effect; //# sourceMappingURL=withFiberRuntime.d.ts.map