import { Locale } from "./types/locale"; export declare function getDecimalSeparator(locale?: Locale): string;