export declare class RegexUtilities { static extractGroups(regex: RegExp, text: string): string[]; }