import { MetricsValue } from './MetricsValue';
/** OVHcloud Connect Metrics */
export interface Metrics {
    /** timestamp corresponding to the value */
    timestamp: number;
    /**  */
    value: MetricsValue;
}
//# sourceMappingURL=Metrics.d.ts.map