import type { Express } from "express"; /** * Sets up the HDHomeRun discovery and lineup endpoints on the given Express app. * @param app - The Express application for the HDHR server. */ export declare function setupHdhrEndpoints(app: Express): void;