import { UAKeyDescriptorBuilder } from "./UAKeyDescriptorBuilder"; export declare class EventAnalyticsAggConfig { constructor(); setDefinitionID(definitionID: string): this; setAggregationID(aggregationID: string): this; setFrequency(frequency: string): this; setAggregationTable(aggregationTable: string): this; setStreamID(streamID: string): this; setEventType(eventType: string): this; setMetadataVersion(metadataVersion: string): this; setRawKeysDescriptor(rawKeysDescriptor: UAKeyDescriptorBuilder): this; setAggKeys(aggKeys: Array): this; setAggType(aggType: string): this; build(): this; }