export declare enum SearchStatus { INITIAL = 0, SEARCHING = 1, FINISHED = 2, NO_RESULTS = 3, ERROR = 4 }