export declare type NdsAggregateEnum = "severity" | "probability" | "risk type" | "subtype"; export declare const NdsAggregateEnum: { Severity: NdsAggregateEnum; Probability: NdsAggregateEnum; RiskType: NdsAggregateEnum; Subtype: NdsAggregateEnum; };