import { Field, SupportedChainId } from '../types'; export declare const INCH_NATIVE_TOKEN_ADDRESS = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"; export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000"; export declare const WAVAX_TOKEN_ADDRESS = "0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7"; export declare const DEFAULT_TOKENS: { INPUT: string; OUTPUT: string; }; export declare const MAIN_TOKENS: string[]; export declare const FAVORITE_TOKENS: { 1: string[]; 56: string[]; 137: string[]; 250: string[]; 42161: string[]; 43114: string[]; }; export declare const DOLLAR_TIED_TOKENS: { 1: string[]; 56: string[]; 137: string[]; 250: string[]; 42161: string[]; 43114: string[]; }; export declare const USDC: { 1: string; 56: string; 137: string; 250: string; 42161: string; 43114: string; }; export declare const USDT: { 1: string; 56: string; 137: string; 250: string; 42161: string; 43114: string; };