function epoch() external view returns (uint256);
function lockups(address staker, uint256 legacyLockupIndex)
external
view
returns (IMaverickV2VotingEscrow.Lockup memory);
function lockupCount(address staker) external view returns (uint256 count);
function mav() external view returns (IERC20);