import type { Ref } from 'vue'; export declare function useConversationBrowserState(conversationId: Ref, title: Ref): void;