import type { StoreApi } from 'zustand/vanilla'; import type { ChatStore } from '../store/chat-store.js'; export declare const RESTORING_TIMEOUT_MS = 20000; export declare function reconcileRestoringTimeouts(store: StoreApi, timers: Map>, nowFn?: () => number): void; //# sourceMappingURL=restoring-timeout.d.ts.map