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

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

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