declare const abi: [ { "type": "function", "name": "removeOwner", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "from", "type": "address", "internalType": "address" } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;