import AlgorandNetwork from '@providers/AlgorandNetwork'; import { IMetadataProperties } from '@types'; declare const handleMintController: (balance: string, mintPrice: string, suggestedGasFees: string, contractAddress: string, selectedOption: number, provider: AlgorandNetwork, handleMintResults: (mintResult: Record[]) => void, handleMetadataResults: (metadataResult: IMetadataProperties[]) => void, setLoadingMessage: React.Dispatch>, setShouldWarning: React.Dispatch>, setWarningMessage: React.Dispatch>) => Promise; export default handleMintController; //# sourceMappingURL=handleMint.controller.d.ts.map