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