export declare const EIP1193_SUPPORTED_METHODS: { ETH_SEND_TRANSACTION: string; PERSONAL_SIGN: string; ETH_SIGN_TYPED_DATA_V4: string; WALLET_ADD_ETHEREUM_CHAIN: string; WALLET_SWITCH_ETHEREUM_CHAIN: string; WALLET_WATCH_ASSET: string; ETH_ACCOUNTS: string; ETH_REQUEST_ACCOUNTS: string; ETH_CHAIN_ID: string; }; export declare const EVM_SAFE_METHODS: string[]; export declare const SOLANA_METHODS: { SOLANA_SIGN_TRANSACTION: string; SOLANA_SIGN_MESSAGE: string; SOLANA_SIGN_ALL_TRANSACTIONS: string; SOLANA_SIGN_AND_SEND_TRANSACTION: string; SOLANA_CONNECT: string; }; export declare const SUI_METHODS: { SUI_SIGN_MESSAGE: string; SUI_SIGN_PERSONAL_MESSAGE: string; SUI_SIGN_TRANSACTION_BLOCK: string; SUI_SIGN_AND_EXECUTE_TRANSACTION_BLOCK: string; SUI_CONNECT: string; }; export declare const TON_METHODS: { TON_SEND_TRANSACTION: string; }; export declare const BTC_METHODS: { BTC_SIGN_MESSAGE: string; BTC_SEND: string; BTC_SIGN_PSBTS: string; BTC_SIGN_AND_PUSH_PSBT: string; BTC_SEND_INSCRIPTION: string; }; export declare const TRON_METHODS: { TRON_REQUEST_ACCOUNTS: string; TRON_SIGN_MESSAGE: string; TRON_SIGN_MESSAGE_V2: string; TRON_SIGN_TRANSACTION: string; TRON_SIGN_AND_SEND_TRANSACTION: string; TRON_WATCH_ASSET: string; }; //# sourceMappingURL=methods.d.ts.map