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

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

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