export type InternalTokenInfo = { chainId: number; tokenAddress: `0x${string}` | null; faAddress: `0x${string}` | null; name: string; symbol: string; decimals: number; bridge: 'LayerZero' | 'Wormhole' | 'Celer' | 'Echo' | null; panoraSymbol: string; logoUrl: string | null; websiteUrl: string | null; category: 'Native' | 'Bridged' | 'Meme'; isInPanoraTokenList: boolean; isBanned: boolean; panoraOrderIndex: number | null; coinGeckoId: string | null; coinMarketCapId: number | null; }; export declare const DEFAULT_TOKEN_LIST: InternalTokenInfo[]; //# sourceMappingURL=token-list.d.ts.map