import type { SearchAPIErrorWithStatusCode } from '../../api/search/search-api-error-response.js'; import { type LegacySearchAction } from '../analytics/analytics-utils.js'; export declare const logFetchMoreResults: () => LegacySearchAction; export declare const logQueryError: (error: SearchAPIErrorWithStatusCode) => LegacySearchAction;