import type { Effect } from "./effect.js"; /** * Maps the success value of this effect to the specified constant value. */ export declare function as_(self: Effect, b: B, __trace?: string): Effect; /** * Maps the success value of this effect to the specified constant value. * * @ets_data_first as_ */ export declare function as(b: B, __trace?: string): (self: Effect) => Effect; //# sourceMappingURL=as.d.ts.map