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

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

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