import { Env } from "@tsplus/stdlib/service/Env"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Provides the sink with its required environment, which eliminates its * dependency on `R`. * @tsplus static effect/core/stream/Sink.Aspects provideEnvironment * @tsplus pipeable effect/core/stream/Sink provideEnvironment * @tsplus location "@effect/core/stream/Sink/operations/provideEnvironment" */ export declare function provideEnvironment(env: Env): (self: import("../definition").Sink) => import("../definition").Sink; //# sourceMappingURL=provideEnvironment.d.ts.map