export declare const getTextBeforeSelection: (element: HTMLInputElement) => string;
export declare const getLastMeasureIndex: (text: string, prefix: string | string[]) => {
    location: number;
    prefix: string;
};
export declare const isValidSearch: (text: string, split: string) => boolean;
