import { TestClock } from "@effect/core/testing/TestClock/definition"; import { Layer } from "@effect/core/io/Layer/definition"; import { Annotations } from "@effect/core/testing/Annotations/definition"; import { Live } from "@effect/core/testing/Live"; /** * Constructs a new `TestClock`. * @tsplus static effect/core/testing/TestClock.Ops live * @tsplus location "@effect/core/testing/TestClock/operations/live" */ export declare function live(data: TestClock.Data): Layer; //# sourceMappingURL=live.d.ts.map