export declare class AggregationFilter { precision: string; clusterMinCount: number; constructor(obj: Partial); }