declare const abi: [ { "type": "error", "name": "DeployableSystemLib_CallingFromRootSystem", "inputs": [] }, { "type": "error", "name": "Deployable_IncorrectState", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "currentState", "type": "uint8", "internalType": "enum State" } ] }, { "type": "error", "name": "Deployable_InvalidObjectOwner", "inputs": [ { "name": "message", "type": "string", "internalType": "string" }, { "name": "smartObjectOwner", "type": "address", "internalType": "address" }, { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" } ] } ]; export default abi;