/** * health-cmd.ts — fozikio health command. * * Outputs a combined cortex health report covering: * - Memory stats (total, salience, FSRS states, stale, low-salience) * - Observation stats (total, unprocessed, avg prediction error) * - Prune candidates (multi-criteria scoring, dry-run by default) * * Usage: * fozikio health Print formatted health report (dry-run) * fozikio health --prune Mark prune candidates as faded (soft-delete) * fozikio health --json Output as JSON */ export declare function runHealth(args: string[]): Promise; //# sourceMappingURL=health-cmd.d.ts.map