import { Token } from '../entities/Token'; export declare type ChainTokenList = { readonly [chainId: number]: Token[]; };