import { type InsightAction } from '../analytics/analytics-utils.js'; export interface CreateArticleMetadata { articleType: string; } export declare const logExpandToFullUI: (fullSearchComponentName: string, triggeredBy: string) => InsightAction; export declare const logInsightCreateArticle: (createArticleMetadata: CreateArticleMetadata) => InsightAction; export declare const logOpenUserActions: () => InsightAction;