export declare const getLocaleSeparators: (locale: string) => {
    decimalSeparator: string;
    thousandsSeparator: string;
};
//# sourceMappingURL=getLocaleSeparators.d.ts.map