import type { Result } from '../../api/search/search/result.js'; import { type InstantResultsClickAction, type InstantResultsSearchAction } from '../analytics/analytics-utils.js'; import type { SearchAction } from '../search/search-actions.js'; export declare const logInstantResultOpen: (result: Result) => InstantResultsClickAction; export declare const logInstantResultsSearch: () => InstantResultsSearchAction; export declare const searchboxAsYouType: () => SearchAction;