import { CursorType } from '../../types/type/type';
export declare const getPosition: (key: string, value: string | number, cursor: CursorType, position?: number) => number;
