import { APIAbstract } from "@selldone/core-js/server/APIAbstract";
import XapiProductSubscriptionContentList from "@selldone/sdk-storefront/product/subscription/content-list/XapiProductSubscriptionContentList";
export declare class XapiProductSubscription extends APIAbstract {
    shop_name: string;
    getContents: typeof XapiProductSubscriptionContentList;
    constructor(shop_name: string);
}
