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