{
    "Function": "getSwapOut",
    "File": "src/interfaces/ILBRouter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getSwapOut(\n        ILBPair LBPair,\n        uint256 amountIn,\n        bool swapForY\n    ) external view returns (uint256 amountOut, uint256 feesIn);"
}