export declare class FilterItem { constructor(); constructor(fieldName: string, value: any); fieldValues?: Record; expansionPath: string[]; }