import type { SearchAPIErrorWithStatusCode } from '../../api/search/search-api-error-response.js'; import { type InsightAction } from '../analytics/analytics-utils.js'; export declare const logFetchMoreResults: () => InsightAction; export declare const logQueryError: (error: SearchAPIErrorWithStatusCode) => InsightAction; export declare const logContextChanged: (caseId: string, caseNumber: string) => InsightAction; export declare const logInsightInterfaceLoad: () => InsightAction; export declare const logInsightInterfaceChange: () => InsightAction;