import { ethers } from 'ethers'; import { TxType } from '../type'; import { EthGasEstimator } from './estimator'; import { Provider } from '@ethersproject/abstract-provider'; import { CHAIN_ID } from '../constant'; export declare class DefaultEthGasEstimator implements EthGasEstimator { getGasPrice(chainId: CHAIN_ID, provider: Provider, txType: TxType, scaler?: number): Promise; } //# sourceMappingURL=default.d.ts.map