import { type AnomalyDetectorConfig, type AnomalyFinding } from './anomaly-types'; export type { AnomalyDetectorConfig, AnomalyFinding, AnomalyType } from './anomaly-types'; export declare class AnomalyDetector { private config; constructor(config?: Partial); detect(resources: any[]): AnomalyFinding[]; private static readonly PLAUSIBILITY_RANGES; private static plausibilityMap; private getPlausibilityMap; private detectValueRangeOutliers; private checkQuantityRange; private selectPlausibilityRange; private rangeUnitMatches; private normalizeUnit; private detectTemporalGaps; private getPrimaryCode; private detectCodingInconsistencies; } //# sourceMappingURL=anomaly-detector.d.ts.map