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