import { FilterType } from './filter-type'; export declare class StringFilter { stringValue: string; filterType?: FilterType; }