import BigNumber from 'bignumber.js'; export declare enum ChainId { ETH = 1, BSC = 56, POLYGON = 137, FANTOM = 250, Avalanche = 43114, Optimism = 10, Arbitrum = 42161, Base = 8453, ZkSync = 324, Gnosis = 100, Aurora = 1313161554, Moonriver = 1285, Moonbeam = 1284, Linea = 59144, Fuse = 122, Boba = 288, Polygonzkevm = 1101, Metis = 1088, Solana = 8451113, Cronos = 25, Mantle = 5000, Blast = 81457, Scroll = 534352 } export declare const PetChainIds: ChainId[]; export declare const LiFiChainIds: ChainId[]; export declare const KyberChainIds: ChainId[]; export declare const SolChainIds: ChainId[]; export declare const PetChainIdSet: Set; export declare const LiFiChainIdSet: Set; export declare const SolChainIdSet: Set; export declare const KyberChainIdSet: Set; export declare const EnableBuyTokenChainId: Set; export type ChainIdMap = Record; export declare const BIG_ZERO: BigNumber; export declare const BIG_18D: BigNumber; export declare const aggregatorApiUrl = "https://api.polyswap.ai/swap/v1"; export declare const tokenListUrl = "https://token-list.poodl.exchange/multichain-tokenlist.json"; export declare const transactionUrl = "https://api.polyswap.ai/swap/v1/post/transaction"; export declare const quoteUrl = "https://api.polyswap.ai/swap/v1/post/quote"; export declare const GoPlusImageSrc = "https://i.ibb.co/M7H71nK/GoPlus.png"; export declare const EMPTY_LIST: any[]; export declare const EMPTY_OBJECT: any; export declare const SWAP_CARD_MAX_WIDTH = 450; //# sourceMappingURL=constants.d.ts.map