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

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

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