import EthereumNetwork from '@providers/EthereumNetwork'; import PolygonNetwork from '@providers/PolygonNetwork'; import { IContract } from '@types'; interface IHandleMintAllowed { mintAllowed: number; } export declare const handleMintAllowedController: (contract: IContract, contractAdress: string, provider: EthereumNetwork | PolygonNetwork, position: number) => Promise; export {}; //# sourceMappingURL=handleMintAllowed.controller.d.ts.map