export declare const matcher: (patterns: Array<string | RegExp>, str: string) => boolean;
