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