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

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

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