export declare const formatMoneyInList: (e: number) => string; export declare const formatMoneyInForm: (e: number) => string;