declare const abi: [ { "type": "function", "name": "calculateObjectId", "inputs": [ { "name": "tenantId", "type": "bytes32", "internalType": "bytes32" }, { "name": "objectId", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "uint256", "internalType": "uint256" } ], "stateMutability": "pure" } ]; export default abi;