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