import { Clock } from "@effect/core/io/Clock/definition"; /** * Sets the implementation of the clock service to the specified value and * restores it to its original value when the scope is closed. * @tsplus static effect/core/io/Effect.Ops withClockScoped * @tsplus location "@effect/core/io/Effect/operations/withClockScoped" */ export declare function withClockScoped(clock: A): import("../definition").Effect; //# sourceMappingURL=withClockScoped.d.ts.map