export declare const useChatBubbleLoadingStatus: (chatSessionId: string) => [boolean[], (index: number, status: boolean) => void, (index: number) => void];