import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a schedule that repeats one time, producing the specified constant * value. * @tsplus static effect/core/io/Schedule.Ops succeed * @tsplus location "@effect/core/io/Schedule/operations/succeed" */ export declare function succeed(a: A): Schedule; //# sourceMappingURL=succeed.d.ts.map