export declare const DRIVE_LETTER_START_REGEX: RegExp;
export declare const DRIVE_LETTER_REGEX: RegExp;
export declare const UNC_REGEX: RegExp;
export declare const ABSOLUTE_PATH_REGEX: RegExp;
