export declare function uuid(): string; export declare function filterTree(searchString: string, nodes: any[], strict?: boolean): any[];