import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that packs the input and output of this schedule * into the second element of a tuple. This allows carrying information * through this schedule. * @tsplus getter effect/core/io/Schedule second * @tsplus location "@effect/core/io/Schedule/operations/second" */ export declare function second(self: Schedule): Schedule; //# sourceMappingURL=second.d.ts.map