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

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

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