export declare const TOKEN_INSERT_AFTER_CHARS: Set<string>;
export declare const getPreviousNonSpaceChar: (value: string, offset: number) => string | null;
