/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { ethers } from "ethers"; import { FactoryOptions, HardhatEthersHelpers as HardhatEthersHelpersBase, } from "@nomiclabs/hardhat-ethers/types"; import * as Contracts from "."; declare module "hardhat/types/runtime" { interface HardhatEthersHelpers extends HardhatEthersHelpersBase { getContractFactory( name: "FeeAggregator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "GoosebumpsERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "GoosebumpsFactory", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "GoosebumpsPair", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "GoosebumpsRouter", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "GoosebumpsRouterPairs", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IFeeAggregator", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IGoosebumpsCallee", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IGoosebumpsERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IGoosebumpsFactory", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IGoosebumpsPair", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IGoosebumpsRouter", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IGoosebumpsRouterPair", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IGoosebumpsRouterPairs", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IWETH", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Ownable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "FeeAggregator", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "GoosebumpsERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "GoosebumpsFactory", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "GoosebumpsPair", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "GoosebumpsRouter", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "GoosebumpsRouterPairs", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IFeeAggregator", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IGoosebumpsCallee", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IGoosebumpsERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IGoosebumpsFactory", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IGoosebumpsPair", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IGoosebumpsRouter", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IGoosebumpsRouterPair", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IGoosebumpsRouterPairs", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IWETH", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Ownable", address: string, signer?: ethers.Signer ): Promise; // default types getContractFactory( name: string, signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( abi: any[], bytecode: ethers.utils.BytesLike, signer?: ethers.Signer ): Promise; getContractAt( nameOrAbi: string | any[], address: string, signer?: ethers.Signer ): Promise; } }