export type IgnoredEntryClass = 'opaque' | 'inspectable' | 'protected'; export declare function normalizeIgnoredPath(relPath: string): string; export declare function leafOf(normalizedPath: string): string; export declare function isSensitiveLeaf(relPath: string): boolean; export declare function classifyIgnoredEntry(relPath: string): IgnoredEntryClass;