import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Returns a new channel that is the same as this one, except the terminal * value of the channel is the specified constant value. * * This method produces the same result as mapping this channel to the * specified constant value. * @tsplus static effect/core/stream/Channel.Aspects as * @tsplus pipeable effect/core/stream/Channel as * @tsplus location "@effect/core/stream/Channel/operations/as" */ export declare function as(z2: OutDone2): (self: import("../definition").Channel) => import("../definition").Channel; //# sourceMappingURL=as.d.ts.map