type Severity = 'critical' | 'positive' | 'warning';

export type { Severity };
