// 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 { IERC20$Type } from "./IERC20";

declare module "hardhat/types/artifacts" {
  interface ArtifactsMap {
    ["IERC20"]: IERC20$Type;
    ["@openzeppelin/contracts/token/ERC20/IERC20.sol:IERC20"]: IERC20$Type;
  }

  interface ContractTypesMap {
    ["IERC20"]: GetContractReturnType<IERC20$Type["abi"]>;
    ["@openzeppelin/contracts/token/ERC20/IERC20.sol:IERC20"]: GetContractReturnType<IERC20$Type["abi"]>;
  }
}
