// SPDX-License-Identifier: AGPL-3.0 pragma solidity ^0.8.10; interface IParaSwapAugustus { function getTokenTransferProxy() external view returns (address); }