export declare const HOLDING_KEY_ALGORITHM = "RSASSA-PKCS1-v1_5"; export declare const DEFAULT_UN_ENDPOINT = "https://api.smarttokenlabs.com/un"; export declare const COMMON_UN_API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwcm9qZWN0IjoidG9rZW4tbmVnb3RpYXRvciIsImlhdCI6MTY4OTc1NzQ4Nn0.ELE1OVvVFY1yrWlbnxtQur6dgeVxmKlPb9LZ_8cMOs8"; export declare const LOCAL_STORAGE_PROOF_KEY = "tn-proof"; export declare const LOCAL_STORAGE_TOKEN_STORE_KEY = "tn-tokenStore"; export declare const LOCAL_STORAGE_TOKEN_KEY = "tn-tokens"; export declare const LOCAL_STORAGE_WALLET_KEY = "tn-wallet-connections"; export declare const LOCAL_STORAGE_KEY_WHITELIST_KEY = "tn-whitelist"; export declare const LOCAL_STORAGE_ATTESTATION_KEY = "tn-id-attestations"; export declare const BASE_TOKEN_DISCOVERY_URL = "https://api.token-discovery.tokenscript.org"; export declare const SUPPORTED_EVM_BLOCKCHAINS: string[]; export declare const DEFAULT_RPC_MAP: { 1: string; 5: string; 11155111: string; 137: string; 80001: string; 56: string; 97: string; 43114: string; 43113: string; 250: string; 25: string; 338: string; 42161: string; 421613: string; 10: string; };