import { Tag } from "@tsplus/stdlib/service/Tag"; import { Schedule } from "@effect/core/io/Schedule/definition"; import { Env } from "@tsplus/stdlib/service/Env"; /** * Returns a new schedule with the single service it requires provided to it. * If the schedule requires multiple services use `provideEnvironment` * instead. * @tsplus static effect/core/io/Schedule.Aspects provideService * @tsplus pipeable effect/core/io/Schedule provideService * @tsplus location "@effect/core/io/Schedule/operations/provideService" */ export declare function provideService(tag: Tag, service: T1): (self: import("../definition").Schedule) => import("../definition").Schedule, In, Out>; //# sourceMappingURL=provideService.d.ts.map