import { FastifyPluginAsync } from "fastify";
import { SsePluginOptions } from "./types";
export declare const plugin: FastifyPluginAsync<SsePluginOptions>;
