export declare function touchSession(sessionLastAccess: Map, sessionID: string): void; export declare function evictLeastRecentlyUsedSession(readPermissionsBySession: Map>, sessionLastAccess: Map): void; export declare function trimSessionReadSet(readSet: Set, maxTrackedPathsPerSession: number): void;