import { NativeCurrency } from '../entities'; export declare type NativeMap = { [chainId: number]: NativeCurrency; };