declare const addCommas: (number: number | string) => string;
export default addCommas;
