import type { SpotlightMemoryEntry, SpotlightMemoryInvalidationContext } from "@inupedia/spotlight-protocol"; export declare function isMemoryEntryStale(entry: SpotlightMemoryEntry, ctx: SpotlightMemoryInvalidationContext, now?: number): boolean; export declare function pickSemanticHit(candidates: T[], threshold: number): T | null; //# sourceMappingURL=stale.d.ts.map