// 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 { IERC20Metadata$Type } from "./IERC20Metadata"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["IERC20Metadata"]: IERC20Metadata$Type; ["@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol:IERC20Metadata"]: IERC20Metadata$Type; } interface ContractTypesMap { ["IERC20Metadata"]: GetContractReturnType; ["@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol:IERC20Metadata"]: GetContractReturnType; } }