export declare function redeemFullPriceCoupon({ email, couponId, productIds, sendEmail, }: {
    email: string;
    couponId: string;
    productIds: string[];
    sendEmail?: boolean;
}): Promise<any>;
//# sourceMappingURL=redeem-full-price-coupon.d.ts.map