export declare class FilterOperator {
    static readonly AND = "and";
    static readonly OR = "or";
}
