export declare const getNextSuggestionIndex: <T>(suggestions: T[], currentIndex: number) => number;
