/** * Returns a boolean flag indicating whether the file is an * "orphaned" index file (e.g., index files below it in the * directory structure should ignore it) * * @param filename the filename to be tested */ export declare function isOrphanedIndexFile(filename: string): boolean; //# sourceMappingURL=isOrphanedIndexFile.d.ts.map