export declare const IGNORED_METHODS: string[]; export declare const CONNECT_METHODS: string[]; export declare const ACCOUNTS_METHODS: string[]; export declare const CHAIN_METHODS: string[]; export declare const INTERCEPTABLE_METHODS: string[]; /** * Session property key used to signal that the connection originated from an * EIP-1193-compatible client (i.e. `@metamask/connect-evm`). * * Wallets receiving a `wallet_createSession` request can use this property to * apply EIP-1193-specific UX (e.g. rendering a network picker on the dapp * connection bar) that does not apply to pure Multichain API connections or * other provider types like Solana Wallet Standard. */ export declare const EIP1193_COMPATIBLE_SESSION_PROPERTY = "eip1193-compatible"; /** * Session properties sent on every `wallet_createSession` request issued by * `@metamask/connect-evm` to identify the connection as EIP-1193-compatible. */ export declare const CONNECT_EVM_SESSION_PROPERTIES: { readonly "eip1193-compatible": true; }; //# sourceMappingURL=constants.d.ts.map