export declare class PublishCouponDto {
    cashiPointsCost?: number;
    cashiCoinsCost?: number;
}
