export declare function isPatternMatch(str: string, arr: Array<string | RegExp>, warnKey?: string): boolean;
