export declare function isCaseInsensitiveFs(protectedPath?: string): boolean; export declare function pathIsWithin(real: string, blocked: string, protectedPath?: string): boolean; export declare function textMentionsPath(haystack: string, needle: string): boolean; export declare function _resetFsCaseCacheForTests(value?: boolean): void;