declare const abi: [ { "type": "function", "name": "_msgSender", "inputs": [], "outputs": [ { "name": "sender", "type": "address", "internalType": "address" } ], "stateMutability": "view" }, { "type": "function", "name": "_msgValue", "inputs": [], "outputs": [ { "name": "value", "type": "uint256", "internalType": "uint256" } ], "stateMutability": "pure" }, { "type": "function", "name": "_world", "inputs": [], "outputs": [ { "name": "", "type": "address", "internalType": "address" } ], "stateMutability": "view" }, { "type": "function", "name": "getComponentTypes", "inputs": [], "outputs": [ { "name": "", "type": "bytes16[][]", "internalType": "bytes16[][]" } ], "stateMutability": "view" }, { "type": "function", "name": "getMetadataURI", "inputs": [], "outputs": [ { "name": "", "type": "string", "internalType": "string" } ], "stateMutability": "view" }, { "type": "function", "name": "getRequiredComponents", "inputs": [], "outputs": [ { "name": "", "type": "bytes16[]", "internalType": "bytes16[]" } ], "stateMutability": "view" }, { "type": "function", "name": "getRequiredOverrideComponents", "inputs": [], "outputs": [ { "name": "", "type": "bytes16[]", "internalType": "bytes16[]" } ], "stateMutability": "view" }, { "type": "function", "name": "installOverrides", "inputs": [ { "name": "store", "type": "address", "internalType": "contract IStore" }, { "name": "namespace", "type": "bytes14", "internalType": "bytes14" }, { "name": "keyOffset", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "onBeforeInstall", "inputs": [ { "name": "store", "type": "address", "internalType": "contract IStore" }, { "name": "namespace", "type": "bytes14", "internalType": "bytes14" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "supportsInterface", "inputs": [ { "name": "interfaceId", "type": "bytes4", "internalType": "bytes4" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "pure" }, { "type": "function", "name": "uninstallOverrides", "inputs": [ { "name": "store", "type": "address", "internalType": "contract IStore" }, { "name": "namespace", "type": "bytes14", "internalType": "bytes14" }, { "name": "keyOffset", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;