declare const abi: [ { "type": "function", "name": "scopedRegisterClass", "inputs": [ { "name": "classId", "type": "uint256", "internalType": "uint256" }, { "name": "accessRoleMember", "type": "address", "internalType": "address" }, { "name": "scopedSystemIds", "type": "bytes32[]", "internalType": "ResourceId[]" } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;