export declare enum FuzzySearchType { StartWith = "startWith", EndWith = "endWith", Contains = "contains" }