// SPDX-License-Identifier: MIT pragma solidity >=0.8.0; import {Range} from "./SArrakisV2.sol"; struct Amount { Range range; uint256 amount; }