import BigNumber from 'bignumber.js'; export declare enum ChainId { ETH = 1, BSC = 56, POLYGON = 137, FANTOM = 250 } export type ChainIdMap = Record; export declare const BIG_ZERO: BigNumber; export declare const BIG_18D: BigNumber; export declare const poodlUrl = "https://poodl.exchange"; export declare const tokenListUrl = "https://token-list.poodl.exchange/multichain-tokenlist.json"; export declare const transactionUrl: string; export declare const EMPTY_LIST: any[]; export declare const EMPTY_OBJECT: any; //# sourceMappingURL=constants.d.ts.map