import { Locale } from "./types/locale"; export declare function formatInteger(value: number, locale?: Locale): string;