import type { FastifyInstance } from 'fastify'; export declare function registerSseRoutes(app: FastifyInstance, apiKey: string): void; //# sourceMappingURL=sse.d.ts.map