export declare enum LargeNumberFormat { None = "none", Auto = "auto", T = "T", B = "B", M = "M", K = "K" }