/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { ethers } from "ethers"; import { FactoryOptions, HardhatEthersHelpers as HardhatEthersHelpersBase, } from "@nomiclabs/hardhat-ethers/types"; import * as Contracts from "."; declare module "hardhat/types/runtime" { interface HardhatEthersHelpers extends HardhatEthersHelpersBase { getContractFactory( name: "Initializable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721EnumerableUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721EnumerableUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721MetadataUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721ReceiverUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ContextUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC165Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC165Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "InitializableVersion", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IOrgIdDelegates", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IOrgIdFeat", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IOrgIdRegistry", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "OrgId", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "OrgIdDelegates", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "OrgIdFeat", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "OrgIdRegistry", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721Receiver", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "OrgIdUpgradeabilityTest", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "Initializable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721EnumerableUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721EnumerableUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721MetadataUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721ReceiverUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ContextUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC165Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC165Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "InitializableVersion", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IOrgIdDelegates", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IOrgIdFeat", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IOrgIdRegistry", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "OrgId", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "OrgIdDelegates", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "OrgIdFeat", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "OrgIdRegistry", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721Receiver", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "OrgIdUpgradeabilityTest", address: string, signer?: ethers.Signer ): Promise; // default types getContractFactory( name: string, signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( abi: any[], bytecode: ethers.utils.BytesLike, signer?: ethers.Signer ): Promise; getContractAt( nameOrAbi: string | any[], address: string, signer?: ethers.Signer ): Promise; } }