/** * The high-volume, low-signal floor. These fire continuously on any live page and are the ONLY * thing that should be sacrificed when a buffer is full. Everything else is scarce evidence a * verdict depends on. Shared by the browser transport queue and the server ring buffer so both * eviction policies agree on what to sacrifice. */ export declare const CHURN_TYPES: ReadonlySet;