// This file was autogenerated by hardhat-viem, do not edit it.
// prettier-ignore
// tslint:disable
// eslint-disable

import type { Address } from "viem";
import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types";
import "@nomicfoundation/hardhat-viem/types";

export interface BokkyPooBahsDateTimeLibrary$Type {
  "_format": "hh-sol-artifact-1",
  "contractName": "BokkyPooBahsDateTimeLibrary",
  "sourceName": "contracts/libraries/BokkyPooBahsDateTimeLibrary.sol",
  "abi": [],
  "bytecode": "0x6080806040523460175760399081601c823930815050f35b5f80fdfe5f80fdfea2646970667358221220d1b80808fb02cc4beeb77bd86acd61eb7276192d7a3e8b515abbe8d6624e5bba64736f6c634300081e0033",
  "deployedBytecode": "0x5f80fdfea2646970667358221220d1b80808fb02cc4beeb77bd86acd61eb7276192d7a3e8b515abbe8d6624e5bba64736f6c634300081e0033",
  "linkReferences": {},
  "deployedLinkReferences": {}
}

declare module "@nomicfoundation/hardhat-viem/types" {
  export function deployContract(
    contractName: "BokkyPooBahsDateTimeLibrary",
    constructorArgs?: [],
    config?: DeployContractConfig
  ): Promise<GetContractReturnType<BokkyPooBahsDateTimeLibrary$Type["abi"]>>;
  export function deployContract(
    contractName: "contracts/libraries/BokkyPooBahsDateTimeLibrary.sol:BokkyPooBahsDateTimeLibrary",
    constructorArgs?: [],
    config?: DeployContractConfig
  ): Promise<GetContractReturnType<BokkyPooBahsDateTimeLibrary$Type["abi"]>>;

  export function sendDeploymentTransaction(
    contractName: "BokkyPooBahsDateTimeLibrary",
    constructorArgs?: [],
    config?: SendDeploymentTransactionConfig
  ): Promise<{
    contract: GetContractReturnType<BokkyPooBahsDateTimeLibrary$Type["abi"]>;
    deploymentTransaction: GetTransactionReturnType;
  }>;
  export function sendDeploymentTransaction(
    contractName: "contracts/libraries/BokkyPooBahsDateTimeLibrary.sol:BokkyPooBahsDateTimeLibrary",
    constructorArgs?: [],
    config?: SendDeploymentTransactionConfig
  ): Promise<{
    contract: GetContractReturnType<BokkyPooBahsDateTimeLibrary$Type["abi"]>;
    deploymentTransaction: GetTransactionReturnType;
  }>;

  export function getContractAt(
    contractName: "BokkyPooBahsDateTimeLibrary",
    address: Address,
    config?: GetContractAtConfig
  ): Promise<GetContractReturnType<BokkyPooBahsDateTimeLibrary$Type["abi"]>>;
  export function getContractAt(
    contractName: "contracts/libraries/BokkyPooBahsDateTimeLibrary.sol:BokkyPooBahsDateTimeLibrary",
    address: Address,
    config?: GetContractAtConfig
  ): Promise<GetContractReturnType<BokkyPooBahsDateTimeLibrary$Type["abi"]>>;
}
