export declare class SearchResultItem { id: number; type: string; title: string; text: string; constructor(id: number, type: string, title: string, text: string); }