import { BlockchainName } from '../models/blockchain-name'; import { TokenStruct } from '../tokens/token'; export declare type NativeTokensList = Record>; export declare const nativeTokensList: NativeTokensList;