import type { EmbedConnection } from './EmbedConnection'; import type { ILookerEmbedConversationalAnalytics } from './types'; export declare class ConversationalAnalyticsConnection implements ILookerEmbedConversationalAnalytics { private _connection; constructor(_connection: EmbedConnection); }