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

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

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