import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Replaces this sink's result with the provided value. * @tsplus static effect/core/stream/Sink.Aspects as * @tsplus pipeable effect/core/stream/Sink as * @tsplus location "@effect/core/stream/Sink/operations/as" */ export declare function as(a: Z2): (self: import("../definition").Sink) => import("../definition").Sink; //# sourceMappingURL=as.d.ts.map