declare const abi: [ { "type": "function", "name": "doSomethingWithBytes", "inputs": [ { "name": "data", "type": "bytes", "internalType": "bytes" } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;