export type AggregationResult = Record<string, number>;
export declare const AGGREGATION_TYPES: readonly ["horizontal", "time", "vertical", "component", "both"];
