import EthereumNetwork from '@providers/EthereumNetwork'; import PolygonNetwork from '@providers/PolygonNetwork'; import { IContract, ICoupon, IMetadataProperties } from '@types'; declare const handleMintController: (contractAdress: string, mintPrice: string, contract: IContract, selectedOption: number, position: number, coupon: ICoupon, provider: EthereumNetwork | PolygonNetwork, handleMetadataResults: (metadataResult: IMetadataProperties[]) => void, handleMintResults: (mintResult: Record) => void, setOnMintGasFees: React.Dispatch>, setTransactionHash: React.Dispatch>, setShouldWarning: React.Dispatch>, setWarningMessage: React.Dispatch>, maxPerWallet: number, category: number) => Promise; export default handleMintController; //# sourceMappingURL=handleMint.controller.d.ts.map