declare const abi: [ { "type": "function", "name": "deleteObject", "inputs": [ { "name": "objectId", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;