export declare class FilterCondition { field: string; operator: string; value: any; }