import { Schema } from "effect"; declare const DeploymentError_base: Schema.TaggedErrorClass; } & { cause: Schema.optional; message: typeof Schema.String; }>; export declare class DeploymentError extends DeploymentError_base { } declare const DeploymentRevertedError_base: Schema.TaggedErrorClass; } & { bytecode: typeof Schema.String; message: typeof Schema.String; revertData: Schema.optional; }>; export declare class DeploymentRevertedError extends DeploymentRevertedError_base { } declare const BytecodeMismatchError_base: Schema.TaggedErrorClass; } & { actual: typeof Schema.String; address: typeof Schema.String; expected: typeof Schema.String; message: typeof Schema.String; }>; export declare class BytecodeMismatchError extends BytecodeMismatchError_base { } export {}; //# sourceMappingURL=errors.d.ts.map