import type { FastifyInstance } from "fastify"; export declare class HttpServer { #private; constructor(host: string, port: number); get fastify(): FastifyInstance; start(): Promise; stop(): Promise; } export declare const httpServer: HttpServer; //# sourceMappingURL=index.d.ts.map