/** * Change the non-locale integer string to locale string. * Only support en-US format. * This method uses the BigInt if the environment supports the BigInt. * @param numberStr */ export declare function integerStringToUSLocaleString(numberStr: string): string;