declare function isMatch(target: string, patterns: string[]): boolean; declare function toRegex(patterns: string[]): RegExp; export declare const globUtil: Readonly<{ isMatch: typeof isMatch; toRegex: typeof toRegex; }>; export {}; //# sourceMappingURL=glob-util.d.ts.map