import type { SearchResultItem } from '../types'; export declare function normalizeResultItems(searchResult: unknown): SearchResultItem[];