/** * Get the character used for dividing numbers depending on the locale. */ export declare const getDivideSymbol: (locale: string) => string; /** * Get the TeX command used for dividing numbers depending on the locale. */ export declare const getDivideSymbolForTex: (locale: string) => string;