import { InvalidParameterException } from './InvalidParameterException'; import { TooManyRequestsException } from './TooManyRequestsException'; import { InternalErrorException } from './InternalErrorException'; export declare type DeleteIdentitiesExceptionsUnion = InvalidParameterException | TooManyRequestsException | InternalErrorException;