import { Env } from "@tsplus/stdlib/service/Env"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Accesses the environment of the sink in the context of a sink. * @tsplus static effect/core/stream/Sink.Ops environmentWithSink * @tsplus location "@effect/core/stream/Sink/operations/environmentWithSink" */ export declare function environmentWithSink(f: (env: Env) => Sink): Sink; //# sourceMappingURL=environmentWithSink.d.ts.map