import { Effect } from "@effect/core/io/Effect/definition"; /** * Accesses a `TestClock` instance in the environment and sets the clock time * to the specified `Instant`, running any actions scheduled for on or before * the new time in order. * @tsplus static effect/core/testing/TestClock.Ops setTime * @tsplus location "@effect/core/testing/TestClock/operations/setTime" */ export declare function setTime(instant: number): Effect; //# sourceMappingURL=setTime.d.ts.map