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