/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { ethers } from "ethers"; import { DeployContractOptions, FactoryOptions, HardhatEthersHelpers as HardhatEthersHelpersBase, } from "@nomicfoundation/hardhat-ethers/types"; import * as Contracts from "."; declare module "hardhat/types/runtime" { interface HardhatEthersHelpers extends HardhatEthersHelpersBase { getContractFactory( name: "AccessManagedUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Initializable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "UUPSUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ContextUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "PausableUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AccessManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAccessManaged", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAccessManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAuthority", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1822Proxiable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1967", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IBeacon", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1967Utils", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Address", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Errors", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SafeCast", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Multicall", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AuthorityManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BaseImplementation", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Create2Factory", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "AccessManagedUpgradeable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Initializable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "UUPSUpgradeable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ContextUpgradeable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "PausableUpgradeable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "AccessManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IAccessManaged", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IAccessManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IAuthority", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1822Proxiable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1967", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IBeacon", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1967Utils", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Address", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Errors", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "SafeCast", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Multicall", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "AuthorityManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "BaseImplementation", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Create2Factory", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; deployContract( name: "AccessManagedUpgradeable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Initializable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "UUPSUpgradeable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ContextUpgradeable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "PausableUpgradeable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "AccessManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IAccessManaged", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IAccessManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IAuthority", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1822Proxiable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1967", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IBeacon", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1967Utils", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Address", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Errors", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SafeCast", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Multicall", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "AuthorityManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "BaseImplementation", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Create2Factory", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "AccessManagedUpgradeable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Initializable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "UUPSUpgradeable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ContextUpgradeable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "PausableUpgradeable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "AccessManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IAccessManaged", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IAccessManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IAuthority", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1822Proxiable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1967", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IBeacon", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ERC1967Utils", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Address", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Errors", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SafeCast", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Multicall", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "AuthorityManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "BaseImplementation", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Create2Factory", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; // default types getContractFactory( name: string, signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( abi: any[], bytecode: ethers.BytesLike, signer?: ethers.Signer ): Promise; getContractAt( nameOrAbi: string | any[], address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; deployContract( name: string, signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: string, args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; } }