{
    "Function": "withdraw",
    "File": "src/contracts/interfaces/IStrategy.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function withdraw(address depositor, IERC20 token, uint256 amountShares) external;"
}