import { ClientSDK } from "../lib/sdks.js"; import { Checkouts } from "./checkouts.js"; import { Customers } from "./customers.js"; import { Discounts } from "./discounts.js"; import { Licenses } from "./licenses.js"; import { Products } from "./products.js"; import { Stats } from "./stats.js"; import { Subscriptions } from "./subscriptions.js"; import { Transactions } from "./transactions.js"; export declare class Creem extends ClientSDK { private _products?; get products(): Products; private _customers?; get customers(): Customers; private _subscriptions?; get subscriptions(): Subscriptions; private _checkouts?; get checkouts(): Checkouts; private _licenses?; get licenses(): Licenses; private _discounts?; get discounts(): Discounts; private _transactions?; get transactions(): Transactions; private _stats?; get stats(): Stats; } //# sourceMappingURL=sdk.d.ts.map