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