import { Tag } from "@tsplus/stdlib/service/Tag"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Provides the effect with the single service it requires. If the effect * requires more than one service use `provideEnvironment` instead. * @tsplus static effect/core/io/Effect.Aspects provideService * @tsplus pipeable effect/core/io/Effect provideService * @tsplus location "@effect/core/io/Effect/operations/provideService" */ export declare function provideService(tag: Tag, resource: T): (self: import("../definition").Effect) => import("../definition").Effect, E, A>; //# sourceMappingURL=provideService.d.ts.map