export declare function normalizePath(path: string): string; export declare function invalidGlobReason(glob: string): string | undefined; export declare function matchesAnyGlob(globs: readonly string[], targetPath: string): boolean;