import { Schema } from "effect"; declare const Eip7702AuthorizationSigningError_base: Schema.TaggedErrorClass; } & { cause: Schema.optional; chainId: typeof Schema.Number; message: typeof Schema.String; }>; export declare class Eip7702AuthorizationSigningError extends Eip7702AuthorizationSigningError_base { } declare const Eip7702AuthorizationPreparationError_base: Schema.TaggedErrorClass; } & { cause: Schema.optional; chainId: typeof Schema.Number; message: typeof Schema.String; }>; export declare class Eip7702AuthorizationPreparationError extends Eip7702AuthorizationPreparationError_base { } declare const Eip7702SendTransactionError_base: Schema.TaggedErrorClass; } & { cause: Schema.optional; chainId: typeof Schema.Number; message: typeof Schema.String; }>; export declare class Eip7702SendTransactionError extends Eip7702SendTransactionError_base { } export {}; //# sourceMappingURL=errors.d.ts.map