declare const abi: [ { "type": "function", "name": "IS_SCRIPT", "inputs": [], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "view" }, { "type": "function", "name": "run", "inputs": [ { "name": "worldAddress", "type": "address", "internalType": "address" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "stringToBytes14", "inputs": [ { "name": "str", "type": "string", "internalType": "string" } ], "outputs": [ { "name": "", "type": "bytes14", "internalType": "bytes14" } ], "stateMutability": "pure" } ]; export default abi;