import { Schedule } from "@effect/core/io/Schedule/definition"; /** * The same as `andThenEither`, but merges the output. * @tsplus pipeable-operator effect/core/io/Schedule / * @tsplus static effect/core/io/Schedule.Aspects andThen * @tsplus pipeable effect/core/io/Schedule andThen * @tsplus location "@effect/core/io/Schedule/operations/andThen" */ export declare function andThen(that: Schedule): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=andThen.d.ts.map