/** * Builds an advisory per-process throttle for best-effort access telemetry. * Durable minute guards remain authoritative; this cache only avoids redundant SQLite write locks. */ export declare function accessTouchThrottle(intervalMs?: number, maximumEntries?: number): (sessionId: string | undefined, userId: string, now?: number) => boolean; //# sourceMappingURL=accessTouchThrottle.d.ts.map