import { Effect } from "@effect/core/io/Effect/definition"; /** * Accesses a `TestClock` instance in the environment and saves the clock * state in an effect which, when run, will restore the `TestClock` to the * saved state. * @tsplus static effect/core/testing/TestClock.Ops save * @tsplus location "@effect/core/testing/TestClock/operations/save" */ export declare const save: Effect>; //# sourceMappingURL=save.d.ts.map