import { Avalanche, Binance, Celo, Ether, Fantom, Harmony, Heco, Matic, Okex, xDai } from '../entities/natives'; import { ChainId } from '../enums'; export declare const NATIVE: { 1: Ether; 3: Ether; 4: Ether; 5: Ether; 42: Ether; 250: Fantom; 4002: Fantom; 137: Matic; 80001: Matic; 100: xDai; 56: Binance; 97: Binance; 43114: Avalanche; 43113: Avalanche; 128: Heco; 256: Heco; 1666600000: Harmony; 1666700000: Harmony; 66: Okex; 65: Okex; 42220: Celo; };