/** * Start the HTTP server. */ export declare function startServer(port?: number): Promise<{ port: number; stop: () => void; }>;