{
    "Function": "flashLoan",
    "File": "src/interfaces/ILBPair.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function flashLoan(\n        address to,\n        uint256 amountXOut,\n        uint256 amountYOut,\n        bytes memory data\n    ) external;"
}