import { Token } from '../utils/token'; /** * Get the token list for a chain * @returns The token list for the current chain, null if list is still fetching */ export declare const useTokenList: () => { [tokenAddress: string]: Token; }; //# sourceMappingURL=useTokenList.d.ts.map