import { type LegacySearchAction } from '../analytics/analytics-utils.js'; import type { SearchAction } from '../search/search-actions.js'; export declare const logResultsSort: () => LegacySearchAction; export declare const resultsSort: () => SearchAction;