import type { Express } from "express"; /** * Sets up HLS streaming routes on the Express application. * @param app - The Express application. */ export declare function setupHLSRoutes(app: Express): void;