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