export declare const PROTOCOL = "wc"; export declare const PROTOCOL_VERSION = 2; export declare const CLIENT_CONTEXT = "SingleEthereum"; export declare const CLIENT_STORAGE_PREFIX: string; export declare const CLIENT_STORAGE_OPTIONS: { database: string; }; export declare const EVM_IDENTIFIER = "eip155"; export declare const SWITCH_CHAIN_METHODS: string[]; //# sourceMappingURL=client.d.ts.map