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