import { IState } from '../types/'; export declare function nextValidIndex(state: IState, nextPotentialSelectionIndex: number, mode?: 'INCREMENT' | 'DECREMENT'): number;