import { Duration } from "@tsplus/stdlib/data/Duration"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Accesses a `TestClock` instance in the environment and increments the time * by the specified duration, running any actions scheduled for on or before * the new time in order. * @tsplus static effect/core/testing/TestClock.Ops adjust * @tsplus location "@effect/core/testing/TestClock/operations/adjust" */ export declare function adjust(duration: Duration): Effect; //# sourceMappingURL=adjust.d.ts.map