import picomatch from 'picomatch'; export type Glob = picomatch.Glob; export declare function getGlobMatcher(glob: Glob, options?: {}): (file: string) => boolean; //# sourceMappingURL=glob.d.ts.map