{
    "Function": "queueWithdrawal",
    "File": "src/contracts/interfaces/IWhitelister.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function queueWithdrawal(\n        address staker,\n        uint256[] calldata strategyIndexes,\n        IStrategy[] calldata strategies,\n        uint256[] calldata shares,\n        address withdrawer,\n        bool undelegateIfPossible\n    ) external returns (bytes memory);"
}