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