import picomatch from 'picomatch'; export declare const getDeeperGlobPattern: (a: ReturnType, b: ReturnType) => import("picomatch/lib/scan").State; export declare function pathMatchesGlobPattern(relativePath: string, pattern: string): boolean; export declare function getMostSpecificMatchingGlobKey(relativePath: string, globMap?: Record): string | undefined; export declare function resolveGlobMapValue(relativePath: string, globMap?: Record): T | undefined; export declare function convertGlobToRegex(glob: string): RegExp | undefined; //# sourceMappingURL=globs.d.ts.map