interface StartConfig { appDir: string; port: number; host: string; distDir: string; } export declare function startSSRServer(config: StartConfig): Promise; export {};