import { TradablePair } from '../astonic';
export declare const TRADABLE_PAIRS: Record<number, TradablePair[]>;
export declare function getCachedTradablePairs(chainId: number): TradablePair[] | undefined;
