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