import { Stream } from "@effect/core/stream/Stream/definition"; /** * Maps the success values of this stream to the specified constant value. * @tsplus static effect/core/stream/Stream.Aspects as * @tsplus pipeable effect/core/stream/Stream as * @tsplus location "@effect/core/stream/Stream/operations/as" */ export declare function as(a: A2): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=as.d.ts.map