/** * openlore telemetry — cognitive telemetry analysis for EpistemicLease. * * Reads append-only JSONL streams from .openlore/telemetry/ and computes * higher-level behavioral metrics describing long-session agent cognition. * * Streams line-by-line via readline (O(1) memory — arbitrarily large sessions). */ import { Command } from 'commander'; export declare const telemetryCommand: Command; //# sourceMappingURL=telemetry.d.ts.map