/// import { Server } from "http"; import type { FastifyPluginAsync } from "fastify"; import type { SessionPluginOptions } from "./types"; export declare function makePlugin(): FastifyPluginAsync;