import { ConfigurationSetDoesNotExistException } from "./ConfigurationSetDoesNotExistException"; import { EventDestinationDoesNotExistException } from "./EventDestinationDoesNotExistException"; export declare type DeleteConfigurationSetEventDestinationExceptionsUnion = ConfigurationSetDoesNotExistException | EventDestinationDoesNotExistException;