import type { FastifyInstance } from 'fastify'; import { ModuleManager } from '../orchestrator/moduleManager'; import { ProjectManager } from '../orchestrator/projectManager'; export declare function createStudioHostServer(args: { projectManager: ProjectManager; orchestrator: ModuleManager; projectRoot: string; fastifyInstance?: FastifyInstance; }): Promise, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault>>; export interface StartStudioHostServerOptions { readonly host?: string; readonly port?: number; readonly projectRoot?: string; } export declare function startStudioHostServer(options?: number | StartStudioHostServerOptions): Promise, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault>>; //# sourceMappingURL=server.d.ts.map