import { ConfigurationSetDoesNotExistException } from "./ConfigurationSetDoesNotExistException"; import { InvalidDeliveryOptionsException } from "./InvalidDeliveryOptionsException"; export declare type PutConfigurationSetDeliveryOptionsExceptionsUnion = ConfigurationSetDoesNotExistException | InvalidDeliveryOptionsException;