// SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.9; interface Staking { function withdrawTorn(uint256 amount) external; }