import { AcceleratorNotFoundException } from "./AcceleratorNotFoundException"; import { AcceleratorNotDisabledException } from "./AcceleratorNotDisabledException"; import { AssociatedListenerFoundException } from "./AssociatedListenerFoundException"; import { InternalServiceErrorException } from "./InternalServiceErrorException"; import { InvalidArgumentException } from "./InvalidArgumentException"; export declare type DeleteAcceleratorExceptionsUnion = AcceleratorNotFoundException | AcceleratorNotDisabledException | AssociatedListenerFoundException | InternalServiceErrorException | InvalidArgumentException;