import { Tag } from "@tsplus/stdlib/service/Tag"; import { Channel } from "@effect/core/stream/Channel/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/stream/Channel.Aspects provideService * @tsplus pipeable effect/core/stream/Channel provideService * @tsplus location "@effect/core/stream/Channel/operations/provideService" */ export declare function provideService(tag: Tag, service: T1): (self: import("../definition").Channel) => import("../definition").Channel, InErr, InElem, InDone, OutErr, OutElem, OutDone>; //# sourceMappingURL=provideService.d.ts.map