import { ChainId } from '../../../../Fct/generics'; export declare const getAddLiquidityGasLimit: ({ tokenA, tokenB, chainId, }: { tokenA: string; tokenB: string; chainId: ChainId; }) => Promise;