/* 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: "ArbGasInfo", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ArbosStorage", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ArbOwner", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ArbOwnerPublic", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ArbSys", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestStorage", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "TestUtils", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ArbGasInfo", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ArbOwner", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ArbOwnerPublic", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ArbSys", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "ArbGasInfo", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ArbosStorage", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ArbOwner", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ArbOwnerPublic", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ArbSys", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "TestStorage", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "TestUtils", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ArbGasInfo", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ArbOwner", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ArbOwnerPublic", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ArbSys", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; deployContract( name: "ArbGasInfo", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbosStorage", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbOwner", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbOwnerPublic", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbSys", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "TestStorage", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "TestUtils", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbGasInfo", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbOwner", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbOwnerPublic", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbSys", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbGasInfo", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbosStorage", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbOwner", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbOwnerPublic", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbSys", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "TestStorage", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "TestUtils", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbGasInfo", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbOwner", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbOwnerPublic", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ArbSys", 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; } }