/** * Starts the HDHomeRun emulation server if enabled in configuration. This includes generating a DeviceID on first run and starting the HTTP server for discovery * endpoints. If the configured port is unavailable, HDHR emulation is disabled gracefully. */ export declare function startHdhrServer(): Promise; /** * Stops the HDHomeRun emulation server. Called during graceful shutdown. */ export declare function stopHdhrServer(): void;