import { IMeasure } from '../types'; export type currentSystems = 'metric'; export type currentUnits = 'stA' | 'mA' | 'A' | 'abA' | 'kA'; export declare const current: IMeasure;