import { Clock } from "@effect/core/io/Clock/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Retreives the `Clock` service from the environment and uses it to run the * specified effect. * @tsplus static effect/core/io/Effect.Ops clockWith * @tsplus location "@effect/core/io/Effect/operations/clockWith" */ export declare function clockWith(f: (clock: Clock) => Effect): Effect; //# sourceMappingURL=clockWith.d.ts.map