declare function removeCommas(str: string): number;
export default removeCommas;
