import { InvalidParameterException } from "./InvalidParameterException"; import { InvalidRequestException } from "./InvalidRequestException"; import { InternalServiceError } from "./InternalServiceError"; export declare type GetRandomPasswordExceptionsUnion = InvalidParameterException | InvalidRequestException | InternalServiceError;