import { InvalidParameterException } from './InvalidParameterException'; import { ResourceNotFoundException } from './ResourceNotFoundException'; import { NotAuthorizedException } from './NotAuthorizedException'; import { ResourceConflictException } from './ResourceConflictException'; import { TooManyRequestsException } from './TooManyRequestsException'; import { InternalErrorException } from './InternalErrorException'; export declare type LookupDeveloperIdentityExceptionsUnion = InvalidParameterException | ResourceNotFoundException | NotAuthorizedException | ResourceConflictException | TooManyRequestsException | InternalErrorException;