import { ValidationException } from './validation_exception.js'; /** * An exception related to benchmark report validation errors. */ export declare class ReportValidationException extends ValidationException { static code: string; static message: string; static help: string; } //# sourceMappingURL=report_validation_exception.d.ts.map