declare const abi: [ { "type": "function", "name": "setObjectAccessRole", "inputs": [ { "name": "objectId", "type": "uint256", "internalType": "uint256" }, { "name": "newAccessRole", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;