{
    "Function": "userDelayedWithdrawalByIndex",
    "File": "src/contracts/interfaces/IDelayedWithdrawalRouter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function userDelayedWithdrawalByIndex(address user, uint256 index) external view returns (DelayedWithdrawal memory);"
}