import { Layer } from "@effect/core/io/Layer/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Splits the environment into two parts, providing one part using the * specified layer and leaving the remainder `Env0`. * @tsplus static effect/core/stream/Channel.Aspects provideSomeLayer * @tsplus pipeable effect/core/stream/Channel provideSomeLayer * @tsplus location "@effect/core/stream/Channel/operations/provideSomeLayer" */ export declare function provideSomeLayer(layer: Layer): (self: import("../definition").Channel) => import("../definition").Channel, InErr, InElem, InDone, OutErr2 | OutErr, OutElem, OutDone>; //# sourceMappingURL=provideSomeLayer.d.ts.map