// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface MockERC165$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "MockERC165"; readonly sourceName: "contracts/test/allocate/MockERC165.sol"; readonly abi: [{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"pure","type":"function"}]; readonly bytecode: "0x608080604052346013576090908160188239f35b5f80fdfe60808060405260043610156011575f80fd5b5f3560e01c6301ffc9a7146023575f80fd5b3460565760203660031901126056576004359063ffffffff60e01b82168092036056576020916301ffc9a760e01b148152f35b5f80fdfea2646970667358221220a7b279ffc830bc81d63446d199a0dca1ec4355940d0ec73c06616d2fbfffac9264736f6c63430008210033"; readonly deployedBytecode: "0x60808060405260043610156011575f80fd5b5f3560e01c6301ffc9a7146023575f80fd5b3460565760203660031901126056576004359063ffffffff60e01b82168092036056576020916301ffc9a760e01b148152f35b5f80fdfea2646970667358221220a7b279ffc830bc81d63446d199a0dca1ec4355940d0ec73c06616d2fbfffac9264736f6c63430008210033"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/test/allocate/MockERC165.sol"; readonly buildInfoId: "solc-0_8_33-8a8197f199e47567790c3b9e32470a2af3dca8ea"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["MockERC165"]: MockERC165$Type; ["contracts/test/allocate/MockERC165.sol:MockERC165"]: MockERC165$Type; } }