/* 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: "IERC1271", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC5267", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "EIP712", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ShortStrings", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "FallbackManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BaseGuard", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Guard", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "GuardManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ModuleManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "OwnerManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "NativeCurrencyPaymentFallback", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "StorageAccessible", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IFallbackManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IGuardManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IModuleManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IOwnerManager", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ISafe", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ISignatureValidator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IProxyCreationCallback", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IProxy", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SafeProxy", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SafeProxyFactory", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Safe", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SafeL2", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Config", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Controller", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Core", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "DeliverOwnable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ETHDeliver", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ICore", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Relayers", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SafeRelayer", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "IERC1271", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC5267", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC20", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "EIP712", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ShortStrings", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "FallbackManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "BaseGuard", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Guard", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "GuardManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ModuleManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "OwnerManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "NativeCurrencyPaymentFallback", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "StorageAccessible", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC165", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IFallbackManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IGuardManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IModuleManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IOwnerManager", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ISafe", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ISignatureValidator", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IProxyCreationCallback", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IProxy", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "SafeProxy", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "SafeProxyFactory", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Safe", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "SafeL2", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Config", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Controller", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Core", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "DeliverOwnable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ETHDeliver", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ICore", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Relayers", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "SafeRelayer", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; deployContract( name: "IERC1271", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC5267", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC20", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "EIP712", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ShortStrings", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "FallbackManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "BaseGuard", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Guard", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "GuardManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ModuleManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "OwnerManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "NativeCurrencyPaymentFallback", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "StorageAccessible", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC165", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IFallbackManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IGuardManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IModuleManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IOwnerManager", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ISafe", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ISignatureValidator", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IProxyCreationCallback", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IProxy", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SafeProxy", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SafeProxyFactory", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Safe", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SafeL2", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Config", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Controller", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Core", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "DeliverOwnable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ETHDeliver", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ICore", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Relayers", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SafeRelayer", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC1271", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC5267", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC20", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "EIP712", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ShortStrings", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "FallbackManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "BaseGuard", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Guard", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "GuardManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ModuleManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "OwnerManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "NativeCurrencyPaymentFallback", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "StorageAccessible", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IERC165", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IFallbackManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IGuardManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IModuleManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IOwnerManager", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ISafe", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ISignatureValidator", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IProxyCreationCallback", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IProxy", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SafeProxy", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SafeProxyFactory", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Safe", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SafeL2", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Config", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Controller", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Core", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "DeliverOwnable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ETHDeliver", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ICore", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Relayers", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SafeRelayer", 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; } }