import { Schema } from "effect"; declare const ClientNotFoundError_base: Schema.TaggedErrorClass; } & { chainId: typeof Schema.Number; message: typeof Schema.String; }>; export declare class ClientNotFoundError extends ClientNotFoundError_base { } declare const WalletNotConnectedError_base: Schema.TaggedErrorClass; } & { chainId: typeof Schema.Number; message: typeof Schema.String; }>; export declare class WalletNotConnectedError extends WalletNotConnectedError_base { } declare const WrongNetworkError_base: Schema.TaggedErrorClass; } & { actualChainId: typeof Schema.Number; expectedChainId: typeof Schema.Number; message: typeof Schema.String; }>; export declare class WrongNetworkError extends WrongNetworkError_base { } declare const TransportError_base: Schema.TaggedErrorClass; } & { cause: Schema.optional; message: typeof Schema.String; url: typeof Schema.String; }>; export declare class TransportError extends TransportError_base { } export {}; //# sourceMappingURL=client.d.ts.map