import { Schedule } from "@effect/core/io/Schedule/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { Duration } from "@tsplus/stdlib/data/Duration"; /** * A schedule that occurs everywhere, which returns the total elapsed duration * since the first step. * @tsplus static effect/core/io/Schedule.Ops elapsed * @tsplus location "@effect/core/io/Schedule/operations/elapsed" */ export declare const elapsed: Schedule, never, unknown, Duration>; //# sourceMappingURL=elapsed.d.ts.map