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