import { Exit } from "@effect/core/io/Exit/definition"; /** * Replaces the success value with the one provided. * @tsplus static effect/core/io/Exit.Aspects as * @tsplus pipeable effect/core/io/Exit as * @tsplus location "@effect/core/io/Exit/operations/as" */ export declare function as(value: A1): (self: import("../definition").Exit) => import("../definition").Exit; //# sourceMappingURL=as.d.ts.map