export declare function matchesAnyPattern(val: string, patterns: string[]): boolean;
