type MutableRef = { current: T; }; /** * Owns the lifetime of AssistantChat's reconnect reader. The inner chat can be * remounted while its outer runtime survives (error-boundary recovery, keyed * thread changes), so unmount must explicitly retire the old reader. */ export declare function useReconnectReaderOwner(reconnectRunIdRef: MutableRef, reconnectAbortRef: MutableRef): MutableRef; export {}; //# sourceMappingURL=use-reconnect-reader-owner.d.ts.map