// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface CommitteeHashLib$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "CommitteeHashLib"; readonly sourceName: "contracts/lib/CommitteeHashLib.sol"; readonly abi: []; readonly bytecode: "0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c634300081c000a"; readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c634300081c000a"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/lib/CommitteeHashLib.sol"; readonly buildInfoId: "solc-0_8_28-58b894a0ac77a2d784be77b69288a062b8f6f518"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["CommitteeHashLib"]: CommitteeHashLib$Type; ["contracts/lib/CommitteeHashLib.sol:CommitteeHashLib"]: CommitteeHashLib$Type; } }