export declare const ZERO: string;
export declare const DELIMITER: string;
export declare const NEGATIVE: string;
export declare const UNITS: string[];
export declare const TENS: string[];
export declare const HUNDREDS: string[];
export declare const SCALES: string[];
export declare const DECIMAL_SUFFIXES: string[];
