import type { SearchResultGroups } from '../lib/utils'; export declare const mockResultDenoDocs: { id: string; score: number; document: { id: string; title: string; content: string; path: string; category: string; section: string; }; }; export declare const exampleResultsDenoDocs: { elapsed: { raw: number; formatted: string; }; hits: { id: string; score: number; document: { id: string; title: string; content: string; path: string; category: string; section: string; }; }[]; groupedResults: SearchResultGroups; facets: { category: { count: number; values: { kv: number; runtime: number; }; }; }; count: number; };