export declare type MetricsValue = {
    /**
     * Value
     */
    value: number;
    /**
     * Unit of value
     */
    unit: string;
};
