import { Schedule } from "@effect/core/io/Schedule/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Returns a new schedule that first executes this schedule to completion, and * then executes the specified schedule to completion. * @tsplus pipeable-operator effect/core/io/Schedule % * @tsplus static effect/core/io/Schedule.Aspects andThenEither * @tsplus pipeable effect/core/io/Schedule andThenEither * @tsplus location "@effect/core/io/Schedule/operations/andThenEither" */ export declare function andThenEither(that: Schedule): (self: import("../definition").Schedule) => import("../definition").Schedule>; //# sourceMappingURL=andThenEither.d.ts.map