export namespace Valid {
      export type Any = Report.Disabled | Report.FilteredOut | Report.Ignored | Report.Valid;
    }