import { TestClock } from "@effect/core/testing/TestClock/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Retrieves the `TestClock` service for this test and uses it to run the * specified workflow. * @tsplus static effect/core/testing/TestClock.Ops testClockWith * @tsplus location "@effect/core/testing/TestClock/operations/testClockWith" */ export declare function testClockWith(f: (testClock: TestClock) => Effect): Effect; //# sourceMappingURL=testClockWith.d.ts.map