import type { FastifyInstance } from "fastify"; export interface ServerOptions { init?(app: FastifyInstance): void | Promise; } export declare function createFastifyServer(options?: ServerOptions): Promise; //# sourceMappingURL=server.d.ts.map