declare const units: string[];
declare const tens: string[];
declare const scales: string[];
export { units, tens, scales };
