/// <reference types="jQuery" />
interface Window {
    jQuery: JQuery;
}
declare function makeshopCouponDownload(couponNum: string, brandCode: string): void;
