import { type ProductDiscountConfiguration, type IDiscountAdapter } from '@unchainedshop/core';
export declare const HalfPrice: IDiscountAdapter<ProductDiscountConfiguration>;
