import { Layer } from "@effect/core/io/Layer/definition"; /** * Feeds the output services of this layer into the input of the specified * layer, resulting in a new layer with the inputs of this layer, and the * outputs of both layers. * @tsplus pipeable-operator effect/core/io/Layer > * @tsplus static effect/core/io/Layer.Aspects provideToAndMerge * @tsplus pipeable effect/core/io/Layer provideToAndMerge * @tsplus location "@effect/core/io/Layer/operations/provideToAndMerge" */ export declare function provideToAndMerge(that: Layer): (self: import("../definition").Layer) => import("../definition").Layer, E2 | E, ROut2 | ROut>; //# sourceMappingURL=provideToAndMerge.d.ts.map