import type { AnalyzeClaudeSessionsOptions } from '../types.js'; /** * True when any per-run filter flag narrowed this scan. A narrowed run must NOT advance the * sync cutoffs: sessions excluded this run would otherwise fall behind the new cutoff and be * skipped by every future default run — silently and permanently. */ export declare function isNarrowingRun(opts: AnalyzeClaudeSessionsOptions): boolean; export declare function run(opts: AnalyzeClaudeSessionsOptions): Promise; //# sourceMappingURL=analyze-claude-sessions.d.ts.map