import type { Glob } from '@cspell/cspell-types';
/**
 * @param filename - filename
 * @param globs - globs
 * @returns true if it matches
 */
export declare function checkFilenameMatchesExcludeGlob(filename: string, globs: Glob | Glob[]): boolean;
//# sourceMappingURL=checkFilenameMatchesGlob.d.ts.map