// This file was autogenerated by hardhat-viem, do not edit it. // prettier-ignore // tslint:disable // eslint-disable import "hardhat/types/artifacts"; import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types"; import { IExplorer$Type } from "./IExplorer"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["IExplorer"]: IExplorer$Type; ["contracts/interfaces/IExplorer.sol:IExplorer"]: IExplorer$Type; } interface ContractTypesMap { ["IExplorer"]: GetContractReturnType; ["contracts/interfaces/IExplorer.sol:IExplorer"]: GetContractReturnType; } }