export declare const getCurrency: (currency: string, partnerType?: string) => string; export declare const formatNumber: (num: string | number) => string; export declare const getAmountWithCurrency: (amount?: number | string, currency?: string | string, partnerType?: string) => string; export declare const getReduction: (originalPrice: number, price: number, currency: string) => string;