export declare class ErrorCode { static getById(errCodeId?: string): ErrorCode static getByStatsId(statsSysId?: string): ErrorCode getCategory(): string getCmdbRuleId(): string getCmdbRuleName(): string getCode(): string getComment(): string getCredentialId(): string getCredentialName(): string getDescription(): string getExecutable(): string getId(): string getName(): string getOsId(): string getOsName(): string getPatternId(): string getPatternName(): string getPriority(): string getStatsSysId(): string getStatus(): string getTotalAffectedItems(): number getTotalErrors(): number getTrend(): boolean constructor() }