/** * Hippo Dashboard — local web UI for memory health visualization. * Serves a single-page app with memory stats, decay curves, and conflict status. * * Usage: hippo dashboard [--port 3333] */ import * as http from 'http'; export declare function serveDashboard(hippoRoot: string, port?: number): http.Server; //# sourceMappingURL=dashboard.d.ts.map