export declare function matchSome(name: string, valueOrPatterns: readonly (string | RegExp)[]): boolean;
