import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that has both the inputs and outputs of this and the * specified schedule. * @tsplus pipeable-operator effect/core/io/Schedule ** * @tsplus static effect/core/io/Schedule.Aspects bothInOut * @tsplus pipeable effect/core/io/Schedule bothInOut * @tsplus location "@effect/core/io/Schedule/operations/bothInOut" */ export declare function bothInOut(that: Schedule): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=bothInOut.d.ts.map