// SPDX-License-Identifier: MIT pragma solidity ^0.6.12; interface ITornadoStakingRewards { function addBurnRewards(uint256 amount) external; }