export declare class ReportPortalError extends Error { constructor(message: string); } export declare class ReportPortalValidationError extends ReportPortalError { constructor(message: string); } export declare class ReportPortalRequiredOptionError extends ReportPortalValidationError { constructor(propertyName: string); }