// 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 { PRNGLib$Type } from "./PRNGLib"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["PRNGLib"]: PRNGLib$Type; ["contracts/lib/PRNGLib.sol:PRNGLib"]: PRNGLib$Type; } interface ContractTypesMap { ["PRNGLib"]: GetContractReturnType; ["contracts/lib/PRNGLib.sol:PRNGLib"]: GetContractReturnType; } }