export declare const priceIsDiscounted: (currentPrice: string, prevPrice: string | null) => boolean;
