import { MetricBase } from '../../generated/analytics/domain/metric.base'; export declare class Metric extends MetricBase { private constructor(); static create(props: any): Metric; static reconstitute(props: any): Metric; } //# sourceMappingURL=metric.aggregate.d.ts.map