import { ConfigurationSetDoesNotExistException } from "./ConfigurationSetDoesNotExistException"; import { TrackingOptionsDoesNotExistException } from "./TrackingOptionsDoesNotExistException"; export declare type DeleteConfigurationSetTrackingOptionsExceptionsUnion = ConfigurationSetDoesNotExistException | TrackingOptionsDoesNotExistException;