import { UnitDomain } from './unit-domain.interface'; export declare const UNITS: Units; export interface Units { [key: string]: UnitDomain; }