import { MatchPatternOptions, MatcherOrInvalid } from './types';
export declare function matchPattern(pattern: string[] | string, options?: Partial<MatchPatternOptions>): MatcherOrInvalid;
