export declare class ErrorCategory { getIcon(): string getId(): string getName(): string getTotalAffectedItems(): number getTotalErrors(): number getTrend(): boolean constructor() }