type RegExpMatchWithCaptureGroup = RegExpMatchArray & { 1: string } type RegExpExecMatchWithCaptureGroup = RegExpExecArray & { 1: string } type RegExpExecMatchWith3CaptureGroups = RegExpExecArray & { 1: string, 2: string, 3: string }