import type { Server } from 'node:http'; import type { FastifyInstance } from 'fastify'; export declare function buildWebApp(): FastifyInstance; export declare function createWebServer(): Promise; //# sourceMappingURL=app.d.ts.map