declare const abi: [ { "type": "function", "name": "transferRoleAdmin", "inputs": [ { "name": "role", "type": "bytes32", "internalType": "bytes32" }, { "name": "newAdmin", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;