import { Token as Token$1 } from '@goat-sdk/core'; type Token = Token$1 & { chains: { [chainId: number]: { contractAddress: `0x${string}`; }; }; }; declare const PEPE: Token; declare const USDC: Token; declare const MODE: Token; declare const WETH: Token; declare const PREDEFINED_TOKENS: Token[]; export { MODE, PEPE, PREDEFINED_TOKENS, type Token, USDC, WETH };