import { Layer } from "@effect/core/io/Layer/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Provides a layer to the channel, which translates it to another level. * @tsplus static effect/core/stream/Channel.Aspects provideLayer * @tsplus pipeable effect/core/stream/Channel provideLayer * @tsplus location "@effect/core/stream/Channel/operations/provideLayer" */ export declare function provideLayer(layer: Layer): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=provideLayer.d.ts.map