{
    "Function": "swap",
    "File": "src/interfaces/ILBPair.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function swap(bool sentTokenY, address to) external returns (uint256 amountXOut, uint256 amountYOut);"
}