import { EndpointGroupNotFoundException } from "./EndpointGroupNotFoundException"; import { InternalServiceErrorException } from "./InternalServiceErrorException"; export declare type DescribeEndpointGroupExceptionsUnion = EndpointGroupNotFoundException | InternalServiceErrorException;