import { ServiceUnavailableException } from "./ServiceUnavailableException"; import { ServiceFailureException } from "./ServiceFailureException"; import { ForbiddenException } from "./ForbiddenException"; import { BadRequestException } from "./BadRequestException"; import { UnauthorizedClientException } from "./UnauthorizedClientException"; import { ResourceLimitExceededException } from "./ResourceLimitExceededException"; export declare type DeleteEventsConfigurationExceptionsUnion = ServiceUnavailableException | ServiceFailureException | ForbiddenException | BadRequestException | UnauthorizedClientException | ResourceLimitExceededException;