export declare class CaretString { readonly str: string; readonly caretPosition: number; constructor(str: string, caretPosition: number); }