import type { Express } from "express"; /** * Creates an endpoint to list all active streams with their metadata. * @param app - The Express application. */ export declare function setupStreamsEndpoint(app: Express): void;