import { FeeData } from 'ethers'; export declare const getGasPriceInWei: (feeData: FeeData) => bigint | null;