export declare function isPathDescendantOf(filePath: string, dirPath: string): boolean;
