export declare enum SearchConditionType {
    or = "OR",
    and = "AND"
}
