export declare class Conversation { private thoughtSpotHost; private worksheetId; private conversationId; private inProgress; constructor(thoughtSpotHost: string, worksheetId: string); init(): Promise; createConversation(): Promise; sendMessage(userMessage: string): Promise; executeQuery(query: string, variables: any): Promise; } //# sourceMappingURL=conversation-service.d.ts.map