export declare const empty: string; export declare const newLine = "\n"; export declare const WHITESPACE = "\\s\\uFEFF\\xA0"; export declare const FORMAT_REGEX: RegExp; export declare const ESCAPE_REGEX_SEARCH: RegExp; export declare const KEY_SEPARATOR = "__"; export declare const KEY_VALUE_SEPARATOR = ":";