import type { Express } from "express"; /** * Configures the /debug endpoint on the Express application. * @param app - The Express application. */ export declare function setupDebugEndpoint(app: Express): void;