{
    "Function": "stakerStrategyShares",
    "File": "src/contracts/interfaces/IStrategyManager.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function stakerStrategyShares(address user, IStrategy strategy) external view returns (uint256 shares);"
}