export type { MemoryEntry, MemorySource, DecayPolicy } from './types.js'; export { computeDecayFactor, computeDecayFactors } from './decay.js';