/* 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: "IERC173", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Ownable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SafeOwnable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Diamond", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DiamondBase", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DiamondBaseStorage", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DiamondCuttable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DiamondLoupe", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IDiamondCuttable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IDiamondLoupe", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Proxy", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AccessControlFacet", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MeemIdFacet", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "InitDiamond", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IDiamondCut", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IDiamondLoupe", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC173", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IMeemID", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "LibAccessControl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MeemIdDiamond", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "IERC173", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Ownable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SafeOwnable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC165", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC165", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Diamond", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "DiamondBase", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "DiamondBaseStorage", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "DiamondCuttable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "DiamondLoupe", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IDiamondCuttable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IDiamondLoupe", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Proxy", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AccessControlFacet", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "MeemIdFacet", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "InitDiamond", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IDiamondCut", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IDiamondLoupe", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC165", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC173", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IMeemID", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "LibAccessControl", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "MeemIdDiamond", 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; } }