declare const formatSearchResult: (result: unknown) => string | null; export { formatSearchResult };