/** * Concatenate the patterns (and flags) of regular expressions so they will * match all at once. This does not attempt to fix any problems, such as * duplicate named capture groups or incorrectly-numbered backreferences. */ export declare const concatRegExp: (...patterns: RegExp[]) => RegExp; //# sourceMappingURL=concat-reg-exp.d.ts.map