declare const abi: [ { "type": "function", "name": "setAccessEnforcement", "inputs": [ { "name": "targetSystemId", "type": "bytes32", "internalType": "ResourceId" }, { "name": "targetFunctionId", "type": "bytes4", "internalType": "bytes4" }, { "name": "enforced", "type": "bool", "internalType": "bool" } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;