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

declare module "hardhat/types/artifacts" {
  interface ArtifactsMap {
    ["AggregatorV3Interface"]: AggregatorV3Interface$Type;
    ["contracts/library/AggregatorV3Interface.sol:AggregatorV3Interface"]: AggregatorV3Interface$Type;
  }

  interface ContractTypesMap {
    ["AggregatorV3Interface"]: GetContractReturnType<AggregatorV3Interface$Type["abi"]>;
    ["contracts/library/AggregatorV3Interface.sol:AggregatorV3Interface"]: GetContractReturnType<AggregatorV3Interface$Type["abi"]>;
  }
}
