/* 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: "IConsumable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IConsumableMint", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AMBInformationAccessFacet", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AMBInformationReceiverFacet", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAMB", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAMBInformationAccess", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAMBInformationReceiver", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "MediatorInit", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestAMB", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestAMBInformationRequesterFacet", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ITokenMediator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TokenMediatorFacet", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TokenMediatorImpl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TokenMediatorInit", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC165IdCalc", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "IConsumable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IConsumableMint", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AMBInformationAccessFacet", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AMBInformationReceiverFacet", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IAMB", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IAMBInformationAccess", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IAMBInformationReceiver", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "MediatorInit", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "TestAMB", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "TestAMBInformationRequesterFacet", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ITokenMediator", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "TokenMediatorFacet", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "TokenMediatorImpl", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "TokenMediatorInit", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC165IdCalc", 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; } }