import { SearchOptions } from './types'; import { ITree } from '../../ITree'; export declare class SearchHelper { static search(options: SearchOptions): ITree; private static buildSearchFilter; private static applySearchToTree; private static sortByRanks; } //# sourceMappingURL=SearchHelper.d.ts.map