export declare const NUMBER_ARRAY: any[]; export declare const COMPACT_NOTATIONS: string[]; export declare const DIGIT_VARIANTS: { [key: string]: "dot" | "comma" | "sign" | "number" | "compact"; };