import { ClientSDK } from "../lib/sdks.js"; import { CustomerSession } from "./customersession.js"; import { Downloadables } from "./downloadables.js"; import { PolarBenefitGrants } from "./polarbenefitgrants.js"; import { PolarCustomerMeters } from "./polarcustomermeters.js"; import { PolarCustomers } from "./polarcustomers.js"; import { PolarLicenseKeys } from "./polarlicensekeys.js"; import { PolarMembers } from "./polarmembers.js"; import { PolarOrders } from "./polarorders.js"; import { PolarOrganizations } from "./polarorganizations.js"; import { PolarSubscriptions } from "./polarsubscriptions.js"; import { Seats } from "./seats.js"; import { Wallets } from "./wallets.js"; export declare class CustomerPortal extends ClientSDK { private _benefitGrants?; get benefitGrants(): PolarBenefitGrants; private _customers?; get customers(): PolarCustomers; private _customerMeters?; get customerMeters(): PolarCustomerMeters; private _seats?; get seats(): Seats; private _customerSession?; get customerSession(): CustomerSession; private _downloadables?; get downloadables(): Downloadables; private _licenseKeys?; get licenseKeys(): PolarLicenseKeys; private _members?; get members(): PolarMembers; private _orders?; get orders(): PolarOrders; private _organizations?; get organizations(): PolarOrganizations; private _subscriptions?; get subscriptions(): PolarSubscriptions; private _wallets?; get wallets(): Wallets; } //# sourceMappingURL=customerportal.d.ts.map