import { Schedule } from "@effect/core/io/Schedule/definition"; /** * A schedule that does not recur, it just stops. * @tsplus static effect/core/io/Schedule.Ops stop * @tsplus location "@effect/core/io/Schedule/operations/stop" */ export declare const stop: Schedule; //# sourceMappingURL=stop.d.ts.map