export declare function hasRootDirectoryPrefix(fullPath: string, rootDirectoryName: string): boolean;
