import IUnit from "./interfaces/IUnit";
export declare const units: IUnit[];
