import { type ContractRunner } from "ethers"; import type { IProductPassNFT, IProductPassNFTInterface } from "../../tokens/IProductPassNFT"; export declare class IProductPassNFT__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "ProductsNotTransferable"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "SubscriptionsNotTransferable"; readonly type: "error"; }, { readonly inputs: readonly [{ readonly internalType: "address"; readonly name: "to"; readonly type: "address"; }, { readonly internalType: "uint256"; readonly name: "tokenId"; readonly type: "uint256"; }]; readonly name: "mint"; readonly outputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "function"; }]; static createInterface(): IProductPassNFTInterface; static connect(address: string, runner?: ContractRunner | null): IProductPassNFT; }