import { EDirections } from '@/models/enums';
type Props = {
    direction: EDirections;
    array: [];
    curIndex: number;
};
export declare const getArrayIndexByDirection: ({ direction, array, curIndex, }: Props) => number;
export {};
