declare const abi: [ { "type": "error", "name": "EntitySystemLib_CallingFromRootSystem", "inputs": [] }, { "type": "error", "name": "Entity_BadRoleConfirmation", "inputs": [] }, { "type": "error", "name": "Entity_EntityAlreadyExists", "inputs": [ { "name": "entityId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Entity_EntityDoesNotExist", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Entity_EntityRelationsFound", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" }, { "name": "numOfTags", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Entity_InvalidEntityId", "inputs": [ { "name": "entityId", "type": "uint256", "internalType": "uint256" } ] }, { "type": "error", "name": "Entity_PropertyTagNotFound", "inputs": [ { "name": "entityId", "type": "uint256", "internalType": "uint256" }, { "name": "tagId", "type": "bytes32", "internalType": "TagId" } ] }, { "type": "error", "name": "Entity_RoleDoesNotExist", "inputs": [ { "name": "role", "type": "bytes32", "internalType": "bytes32" } ] } ]; export default abi;