import EthereumNetwork from '@providers/EthereumNetwork'; import PolygonNetwork from '@providers/PolygonNetwork'; import { IContract, ICoupon } from '@types'; declare const handleEstimateGasPriceController: (contractAdress: string, contract: IContract, currentMintPrice: string, provider: EthereumNetwork | PolygonNetwork, setSuggestedGasFees: React.Dispatch>, selectedOption: number, position: number, coupon: ICoupon, setLoadingMessage: React.Dispatch>, setShouldWarning: React.Dispatch>, setWarningMessage: React.Dispatch>, maxPerWallet: number, category: number) => Promise; export default handleEstimateGasPriceController; //# sourceMappingURL=handleEstimateGasPrice.controller.d.ts.map