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