import { IMeasure } from '../types'; export type reactivePowerSystems = 'metric'; export type reactivePowerUnits = 'mVAR' | 'VAR' | 'kVAR' | 'MVAR' | 'GVAR'; export declare const reactivePower: IMeasure;