declare const abi: [ { "type": "function", "name": "supportsInterface", "inputs": [ { "name": "interfaceID", "type": "bytes4", "internalType": "bytes4" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "view" } ]; export default abi;