export declare class FilterInfo { value: string; constructor(value: string); }