import type { FastifyInstance } from 'fastify';
import type { ResolvedServerOptions } from '../../utils/config/cli-options';
/** Creates and returns fastify server */
export declare function createFastifyServer(server: ResolvedServerOptions): FastifyInstance;
