/// import { FastifyInstance } from "fastify"; export declare const SsePlugin: (instance: FastifyInstance, opts: {}, callback: (err?: Error) => void) => void;