// 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 { IMulticall3$Type } from "./IMulticall3"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["IMulticall3"]: IMulticall3$Type; ["contracts/interfaces/IMulticall3.sol:IMulticall3"]: IMulticall3$Type; } interface ContractTypesMap { ["IMulticall3"]: GetContractReturnType; ["contracts/interfaces/IMulticall3.sol:IMulticall3"]: GetContractReturnType; } }