/** * Browse, UI, and PWA route handlers. * * Extracted from beam.ts — handles: * /api/browse – File browser API * /api/local-file – Serve local files (images in markdown, etc.) * /api/photon-workdir – Resolve photon working directory * /api/ui – Serve UI templates for custom UI rendering * /api/mcp-app – Serve MCP App HTML from external MCPs * /api/template – Serve @ui template files (class-level custom UI) * /api/pwa/manifest.json – Auto-generated PWA manifest * /api/pwa/icon – PWA icon (file from assets, or auto-generated SVG from emoji) */ import type { RouteHandler } from '../types.js'; export declare const handleBrowseRoutes: RouteHandler; //# sourceMappingURL=api-browse.d.ts.map