export declare const FCT_UNISWAP_V2_ADDRESS = "0xB3A577f4E5F60aef9A6e088e4373d6d2E9a1785D"; export declare const fctUniswapContracts: { chainId: number; address: string; }[]; export declare const method: { swapExactETHForTokens: string; swapExactTokensForETH: string; swapETHForExactTokens: string; swapTokensForExactETH: string; swapExactTokensForTokens: string; swapTokensForExactTokens: string; }; export type MethodName = 'swapExactETHForTokens' | 'swapExactTokensForETH' | 'swapETHForExactTokens' | 'swapTokensForExactETH' | 'swapExactTokensForTokens' | 'swapTokensForExactTokens'; export declare const liquidity_method: { addLiquidity: string; addLiquidityTokenEth: string; addLiquidityEthToken: string; }; export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000";