import { InternalErrorException } from "./InternalErrorException";
import { ValidationException } from "./ValidationException";
export declare type DeleteReportDefinitionExceptionsUnion = InternalErrorException | ValidationException;
