export declare function withRootDirectoryPrefix(fullPath: string, rootDirectoryName: string): string | null;
