import type * as C from "../core.js"; /** * 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. */ export declare function as_(self: C.Channel, z2: OutDone2): C.Channel; /** * 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. * * @ets_data_first as_ */ export declare function as(z2: OutDone2): (self: C.Channel) => C.Channel; //# sourceMappingURL=as.d.ts.map