import type { JinnConfig } from "./types.js"; export interface StaleChatPolicy { enabled: boolean; tokenThreshold: number; staleAfterMinutes: number; } export declare function resolveStaleChatPolicy(config: Pick): StaleChatPolicy; //# sourceMappingURL=stale-chat.d.ts.map