export declare const numberWithCommas: (number?: number | "-" | "--", showDecimalPoints?: boolean, maxDecimals?: number) => string;