/** Hard MemoryMax (bytes) for one session scope, RAM-scaled: the larger * of the 2.5 GiB floor and 30% of host RAM. 8GB → 2.5 GiB; 16GB → ~4.8 GiB. */ export declare function resolvePerSessionMemoryMaxBytes(totalMemBytes: number): number; /** The rc-daemon supervisor runs in its own `rc-daemon-*` scope and must * never be capped — it is the spawner, not a user session. */ export declare function isDaemonUnitToken(unitToken: string): boolean; //# sourceMappingURL=session-memory-cap.d.ts.map