/* 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 "./index.js"; declare module "@nomicfoundation/hardhat-ethers/types" { interface HardhatEthersHelpers extends HardhatEthersHelpersBase { getContractFactory(name: 'ObjectLayerToken', signerOrOptions?: ethers.Signer | FactoryOptions): Promise getContractAt(name: 'ObjectLayerToken', address: string | ethers.Addressable, signer?: ethers.Signer): Promise deployContract(name: 'ObjectLayerToken', signerOrOptions?: ethers.Signer | DeployContractOptions): Promise deployContract(name: 'ObjectLayerToken', 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; } }