/** * vitals-cmd.ts — fozikio vitals command handler. * * Computes behavioral vitals (frustration, confidence, curiosity, * creative_energy, connection) from CortexStore data, then computes * PE delta (prediction error with vs without retrieval). * * Works with both SQLite and Firestore backends. * * Usage: * fozikio vitals * fozikio vitals --days 14 * fozikio vitals --json */ export declare function runVitals(args: string[]): Promise; //# sourceMappingURL=vitals-cmd.d.ts.map