import { type Type } from '@nestjs/common'; export declare function createSseController(sseEndpoint: string, messagesEndpoint: string): Type[]; //# sourceMappingURL=sse.controller.factory.d.ts.map