export declare const toUsdMoney: (amountInDollars: string | number) => string; export declare const toUsdMoneyWithCents: (amountInDollars: string | number) => string;