export type RegexHandler = (matchedRegexIndex: number, match: RegExpMatchArray) => Promise; export declare function parseTextWithRegexList(text: string, regexList: RegExp[], handler: RegexHandler): Promise; //# sourceMappingURL=regex.d.ts.map