{
    "Function": "withdraw",
    "File": "contracts/interfaces/aaveV2/ILendingPool.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdraw(\n    address asset,\n    uint256 amount,\n    address to\n  ) external returns (uint256);"
}