export declare const DOT = ".";
export declare const EXTENSION_SUFFIX_REGEX: RegExp;
export declare const PATH_SEP = "/";
export declare const PATH_SEPARATOR_REGEX: RegExp;
export declare const UTF8_ENCODING = "utf8";
