export declare const TX_TYPE: { SIGN: string; SIGN_TYPED_DATA: string; SEND_TX: string; SEND_CON_TX: string; }; export declare const WALLET_TYPES: { POLIS: string; LOCAL: string; MM: string; WC: string; BITGET: string; NONE: string; }; export declare const THIRD_WALLETS: string[]; export declare const reservedEvents: string[]; export declare const PolisEvents: { TX_CONFIRM_DIALOG_EVENT: string; TX_CONFIRM_EVENT: string; CHAIN_CHANGED_EVENT: string; ACCOUNTS_CHANGED_EVENT: string; ERROR_EVENT: string; }; export declare const signingMethods: string[]; export declare const stateMethods: string[]; export declare const infuraNetworks: any;