/**
 * UI module exports
 *
 * This module provides Swagger UI integration for SSE endpoints,
 * including the plugin setup and interactive streaming interface.
 */
export { SwaggerSsePlugin, createSseConnection } from './plugin';
export { setupSsePlugin } from './setup';
export type { SseConnection, SseEvent, SseConnectionOptions } from './plugin';
