import { Aggregation, AggregationDistinctValue, AggregationOptions, InverseIndexValuesMap, ListItem } from './types'; export declare const getAggregation: (options: AggregationOptions, relevantData: Map, indexMap: InverseIndexValuesMap, attribute: string) => Aggregation; export declare const getDistinct: (options: AggregationOptions, data: Map, indexMap: InverseIndexValuesMap) => AggregationDistinctValue[];