export declare class FilePath { readonly path: string; readonly pathRoot: string; readonly delimiter: string; readonly pathParts: string[]; get length(): number; private static readonly rootRegEx; constructor(path: string); getPartialPath(length: number): string; }