export default function formatNumber(value: any, lang: string | undefined, options?: Intl.NumberFormatOptions): any;
