export interface WarningCollection {
  warnings?: string[];
}
