import { Effect } from "@effect/core/io/Effect/definition"; import { TestClock } from "@effect/core/testing/TestClock/definition"; /** * Retrieves the `TestClock` service for this test. * @tsplus static effect/core/testing/TestClock.Ops testClock * @tsplus location "@effect/core/testing/TestClock/operations/testClock" */ export declare const testClock: Effect; //# sourceMappingURL=testClock.d.ts.map