declare const abi: [ { "type": "function", "name": "claimParcelNamespace", "inputs": [ { "name": "parcelId", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "getAugmentInstallSystemResource", "inputs": [ { "name": "namespace", "type": "bytes14", "internalType": "bytes14" } ], "outputs": [ { "name": "", "type": "bytes32", "internalType": "ResourceId" } ], "stateMutability": "pure" }, { "type": "function", "name": "getNamespaceForParcel", "inputs": [ { "name": "parcelId", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "bytes14", "internalType": "bytes14" } ], "stateMutability": "pure" }, { "type": "function", "name": "getNamespaceIdForParcel", "inputs": [ { "name": "parcelId", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "bytes32", "internalType": "ResourceId" } ], "stateMutability": "pure" }, { "type": "function", "name": "registerParcelNamespace", "inputs": [ { "name": "parcelId", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;