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