export declare const parseAmount: (amount: string) => number; export declare const formatCurrency: (amount: string | number | null, currencyCode?: string) => string;