import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that maps the output of this schedule to unit. * @tsplus getter effect/core/io/Schedule unit * @tsplus location "@effect/core/io/Schedule/operations/unit" */ export declare function unit(self: Schedule): Schedule; //# sourceMappingURL=unit.d.ts.map