import type { Express } from "express"; /** * Configures the root endpoint that serves as a landing page with a tabbed interface containing usage documentation, API reference, playlist, and log viewer. * @param app - The Express application. */ export declare function setupRootEndpoint(app: Express): void;