import { ChainId } from '../../constants'; import { Arbitrum } from './Arbitrum'; import { Avalanche } from './Avalanche'; import { Base } from './Base'; import { Binance } from './Binance'; import { Brise } from './Brise'; import { Cronos } from './Cronos'; import { Ether } from './Ether'; import { Fantom } from './Fantom'; import { Matic } from './Matic'; import { APE } from './Ape'; export { Binance } from './Binance'; export { Ether } from './Ether'; export { Arbitrum } from './Arbitrum'; export { Fantom } from './Fantom'; export { Matic } from './Matic'; export { Avalanche } from './Avalanche'; export { Cronos } from './Cronos'; export { Brise } from './Brise'; export { Base } from './Base'; export { APE } from './Ape'; export declare const NATIVE_CURRENCIES: { 1: Ether; 42161: Arbitrum; 5: Ether; 56: Binance; 97: Binance; 250: Fantom; 137: Matic; 43114: Avalanche; 25: Cronos; 32520: Brise; 8453: Base; 33111: APE; 33139: APE; };