import type { Express } from "express"; /** * Configures routes for serving static assets (logo and favicon). * @param app - The Express application. */ export declare function setupAssetEndpoints(app: Express): void;