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