import { ResourceNotFoundException } from "./ResourceNotFoundException"; import { InvalidParameterException } from "./InvalidParameterException"; import { InvalidRequestException } from "./InvalidRequestException"; import { InternalServiceErrorException } from "./InternalServiceErrorException"; import { ThrottlingException } from "./ThrottlingException"; export declare type DeleteResolverEndpointExceptionsUnion = ResourceNotFoundException | InvalidParameterException | InvalidRequestException | InternalServiceErrorException | ThrottlingException;