import { ChainId } from '../../../../Fct/generics'; import arbitrumPairsGoerli from './arbitrumPairsGoerli.json'; import arbitrumPairsMainnet from './arbitrumPairsMainnet.json'; import ethereumPairsGoerli from './ethereumPairsGoerli.json'; import ethereumPairsMainnet from './ethereumPairsMainnet.json'; export declare const getPairs: ({ chainId }: { chainId: ChainId; }) => { value: string; address: string; type: string; name: string; symbol: string; decimals: number; }[]; export { ethereumPairsMainnet }; export { arbitrumPairsMainnet }; export { ethereumPairsGoerli }; export { arbitrumPairsGoerli };