import { ClusterNotFoundException } from "./ClusterNotFoundException"; import { TargetNotFoundException } from "./TargetNotFoundException"; import { InvalidParameterException } from "./InvalidParameterException"; export declare type DeleteAttributesExceptionsUnion = ClusterNotFoundException | TargetNotFoundException | InvalidParameterException;