import { InvalidArgumentException } from "./InvalidArgumentException"; import { EndpointGroupNotFoundException } from "./EndpointGroupNotFoundException"; import { InternalServiceErrorException } from "./InternalServiceErrorException"; import { LimitExceededException } from "./LimitExceededException"; export declare type UpdateEndpointGroupExceptionsUnion = InvalidArgumentException | EndpointGroupNotFoundException | InternalServiceErrorException | LimitExceededException;