{
    "Function": "sharesToUnderlyingView",
    "File": "src/interfaces/IStrategy.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function sharesToUnderlyingView(uint256 amountShares) external view returns (uint256);"
}