import { IMeasure } from '../types';
export type reactiveEnergySystems = 'metric';
export type reactiveEnergyUnits = 'mVARh' | 'VARh' | 'kVARh' | 'MVARh' | 'GVARh';
export declare const reactiveEnergy: IMeasure<reactiveEnergySystems, reactiveEnergyUnits>;
