/** * Returns the list of conversation IDs that currently have active streaming * events in flight. Useful for rendering "processing" indicators in a sidebar. * * The returned array reference is stable (via `useShallow`) when the set of * ids is unchanged. Consumers check membership via `.includes(convId)`. * * See Spec 2.9. */ export declare function useProcessingConversations(): string[]; //# sourceMappingURL=use-processing-conversations.d.ts.map