import { Clock } from "@effect/core/io/Clock/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Executes the specified workflow with the specified implementation of the * clock service. * @tsplus static effect/core/io/Effect.Ops withClock * @tsplus location "@effect/core/io/Effect/operations/withClock" */ export declare function withClock(clock: C): (effect: import("../definition").Effect) => import("../definition").Effect; //# sourceMappingURL=withClock.d.ts.map