export type MatchGroup = { [key: string]: string; }; export declare function regexMatchInGroups(str: string, regexStr: string): MatchGroup;