/* 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: "Ownable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Ownable2Step", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; 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: "Config", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Controller", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ETHDeliver", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Relayers", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "Ownable", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Ownable2Step", address: string | ethers.Addressable, signer?: ethers.Signer ): 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: "Config", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Controller", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "ETHDeliver", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; getContractAt( name: "Relayers", address: string | ethers.Addressable, signer?: ethers.Signer ): Promise; deployContract( name: "Ownable", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Ownable2Step", signerOrOptions?: ethers.Signer | DeployContractOptions ): 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: "Config", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Controller", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ETHDeliver", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Relayers", signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Ownable", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Ownable2Step", args: any[], 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: "Config", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Controller", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "ETHDeliver", args: any[], signerOrOptions?: ethers.Signer | DeployContractOptions ): Promise; deployContract( name: "Relayers", 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; } }