export declare function getDate(timeStamp: number): string;
export declare const formatDiscount: (discount: number) => string;
export declare const formatAmount: (amount: number) => string;