import type * as C from "../core.js"; /** * Maps the success values of this stream to the specified constant value. */ export declare function as_(self: C.Stream, a2: A2): C.Stream; /** * Maps the success values of this stream to the specified constant value. * * @ets_data_first as_ */ export declare function as(a2: A2): (self: C.Stream) => C.Stream; //# sourceMappingURL=as.d.ts.map