import type { Glob } from '@cspell/cspell-types';
import { GlobMatcher } from 'cspell-glob';
export declare function getGlobMatcherForExcluding(glob: Glob | Glob[] | undefined): GlobMatcher;
//# sourceMappingURL=getGlobMatcher.d.ts.map