import { ChainId } from '@ape.swap/apeswap-lists'; export declare const formatChainList: (list: ChainId[]) => { chain: ChainId; name: string; }[];