export declare const wasPriceHelper: (disableTprPrice: boolean, product: any, tprNull: boolean, logger: any) => any;
export default wasPriceHelper;
export declare const promotionTypeChecker: (promotions: any) => any;
