import { Effect } from "@effect/core/io/Effect/definition"; import { List } from "@tsplus/stdlib/collections/List/definition"; /** * Accesses a `TestClock` instance in the environment and returns a list of * times that effects are scheduled to run. * @tsplus static effect/core/testing/TestClock.Ops sleeps * @tsplus location "@effect/core/testing/TestClock/operations/sleeps" */ export declare const sleeps: Effect>; //# sourceMappingURL=sleeps.d.ts.map