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