export declare const escapeStringRegexp: (text: string) => string;
export declare const matcher: <T>(inputs: T[], patterns: T[], options?: {}) => T[];
export declare const isMatch: <T>(inputs: T[], patterns: T[], options?: {}) => boolean;
