import { Schedule } from "@effect/core/io/Schedule/definition"; /** * Returns a new schedule that maps this schedule to a constant output. * @tsplus static effect/core/io/Schedule.Aspects as * @tsplus pipeable effect/core/io/Schedule as * @tsplus location "@effect/core/io/Schedule/operations/as" */ export declare function as(out2: Out2): (self: import("../definition").Schedule) => import("../definition").Schedule; //# sourceMappingURL=as.d.ts.map