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 resolveMetadataGlobs(relativePath: string, metadataGlobs?: Record>): {}; export declare function convertGlobToRegex(glob: string): RegExp | undefined; //# sourceMappingURL=globs.d.ts.map