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