/* 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: "EVMFetcher", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IEVMGateway", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "EVMFetchTarget", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IEVMVerifier", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Mimc", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SparseMerkleProof", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "LineaProofHelper", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IRollup", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "LineaSparseProofVerifier", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "EVMFetcher", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IEVMGateway", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "EVMFetchTarget", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IEVMVerifier", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Mimc", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "SparseMerkleProof", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "LineaProofHelper", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "IRollup", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "LineaSparseProofVerifier", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; deployContract( name: "EVMFetcher", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IEVMGateway", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "EVMFetchTarget", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IEVMVerifier", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Mimc", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SparseMerkleProof", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "LineaProofHelper", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IRollup", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "LineaSparseProofVerifier", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "EVMFetcher", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IEVMGateway", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "EVMFetchTarget", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IEVMVerifier", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Mimc", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "SparseMerkleProof", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "LineaProofHelper", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "IRollup", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "LineaSparseProofVerifier", 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; } }