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

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

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