declare function anyRegExps(regExps: RegExp[] | RegExp, string: string): boolean;

export { anyRegExps, anyRegExps as default };
