import { ServerException } from "./ServerException"; import { ClientException } from "./ClientException"; export declare type DiscoverPollEndpointExceptionsUnion = ServerException | ClientException;