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