import type { FastifyInstance } from 'fastify'; import type { ServerConfig } from './types.js'; /** * Create and configure the Fastify server instance with JSON parsing, * error handling, and optional OpenAPI docs. */ export declare function createServer(options?: ServerConfig): Promise; //# sourceMappingURL=server.d.ts.map