import type { ParsedArgs } from "./index.js"; /** * Initializes and starts the HTTP server. Before accepting connections, we validate configuration, clean up stale Chrome processes, and warm up the browser * instance. * @param parsedArgs - Parsed command-line arguments containing flags and override values. */ export declare function startServer(parsedArgs: ParsedArgs): Promise;