export interface SearchResult { isLocal: boolean; prefix: null | string; query: string; }