/** Tool output at or above this size (chars) is treated as "large". */ export declare const LARGE_OUTPUT_THRESHOLD = 8192; /** * Rate-limit marker for large tool outputs, scoped to a single session's state. * `recentSummaries` is mutated in place (it lives on the per-session state, so * each session keeps its own cooldown). Returns true if the event was counted, * false if the per-window cap is already reached. */ export declare function trackLargeOutputEvent(recentSummaries: number[]): boolean; //# sourceMappingURL=intel.d.ts.map