import { Provider, TransactionRequest } from '@ethersproject/providers'; import { AppDispatch } from '../store'; export declare const estimateGas: (tx: TransactionRequest, provider: Provider, chainId: number, dispatch?: AppDispatch) => Promise; export declare const getDefaultGasLimit: (chainId: number) => string;