import { Schedule } from "@effect/core/io/Schedule/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Scope } from "@effect/core/io/Scope/definition"; import { Fiber } from "@effect/core/io/Fiber/definition"; /** * Runs this effect according to the specified schedule in a new fiber * attached to the current scope. * @tsplus static effect/core/io/Effect.Aspects scheduleForked * @tsplus pipeable effect/core/io/Effect scheduleForked * @tsplus location "@effect/core/io/Effect/operations/scheduleForked" */ export declare function scheduleForked(schedule: Schedule): (self: import("../definition").Effect) => import("../definition").Effect>; //# sourceMappingURL=scheduleForked.d.ts.map