import { Percent } from '@uniswap/sdk-core'; import JSBI from 'jsbi'; /** * @deprecated use FACTORY_ADDRESS_MAP instead */ export declare const FACTORY_ADDRESS = "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f"; export declare const FACTORY_ADDRESS_MAP: { [chainId: number]: string; }; export declare const INIT_CODE_HASH = "0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f"; export declare const MINIMUM_LIQUIDITY: JSBI; export declare const ZERO: JSBI; export declare const ONE: JSBI; export declare const FIVE: JSBI; export declare const _997: JSBI; export declare const _1000: JSBI; export declare const BASIS_POINTS: JSBI; export declare const ZERO_PERCENT: Percent; export declare const ONE_HUNDRED_PERCENT: Percent;