declare const abi: [ { "type": "function", "name": "configureFuelParameters", "inputs": [ { "name": "smartObjectId", "type": "uint256", "internalType": "uint256" }, { "name": "fuelParams", "type": "tuple", "internalType": "struct FuelParams", "components": [ { "name": "fuelMaxCapacity", "type": "uint256", "internalType": "uint256" }, { "name": "fuelBurnRateInSeconds", "type": "uint256", "internalType": "uint256" } ] } ], "outputs": [], "stateMutability": "nonpayable" } ]; export default abi;