import { BigNumber } from 'ethers'; import { QueryParams } from '../constants/type/QueryParams'; /** * Returns gas price of current network. * @public * @returns gas price of current network. `undefined` if not initialised. */ export declare function useGasPrice(queryParams?: QueryParams): BigNumber | undefined; //# sourceMappingURL=useGasPrice.d.ts.map