import { ClientSDK } from "../lib/sdks.js"; import { Addons } from "./addons.js"; import { AlertSettings } from "./alert-settings.js"; import { Alerts } from "./alerts.js"; import { Checkout } from "./checkout.js"; import { Costs } from "./costs.js"; import { CouponAssociations } from "./coupon-associations.js"; import { Coupons } from "./coupons.js"; import { CreditGrants } from "./credit-grants.js"; import { CreditNotes } from "./credit-notes.js"; import { Customers } from "./customers.js"; import { Entitlements } from "./entitlements.js"; import { Environments } from "./environments.js"; import { Events } from "./events.js"; import { Features } from "./features.js"; import { Groups } from "./groups.js"; import { Integrations } from "./integrations.js"; import { Invoices } from "./invoices.js"; import { Marketplace } from "./marketplace.js"; import { Payments } from "./payments.js"; import { Plans } from "./plans.js"; import { PriceUnits } from "./price-units.js"; import { Prices } from "./prices.js"; import { Rbac } from "./rbac.js"; import { ScheduledTasks } from "./scheduled-tasks.js"; import { Secrets } from "./secrets.js"; import { Subscriptions } from "./subscriptions.js"; import { Tasks } from "./tasks.js"; import { TaxAssociations } from "./tax-associations.js"; import { TaxRates } from "./tax-rates.js"; import { Tenants } from "./tenants.js"; import { UsageRecords } from "./usage-records.js"; import { Users } from "./users.js"; import { Wallets } from "./wallets.js"; import { WebhookEvents } from "./webhook-events.js"; import { Workflows } from "./workflows.js"; export declare class Flexprice extends ClientSDK { private _addons?; get addons(): Addons; private _creditGrants?; get creditGrants(): CreditGrants; private _entitlements?; get entitlements(): Entitlements; private _alerts?; get alerts(): Alerts; private _alertSettings?; get alertSettings(): AlertSettings; private _checkout?; get checkout(): Checkout; private _costs?; get costs(): Costs; private _coupons?; get coupons(): Coupons; private _couponAssociations?; get couponAssociations(): CouponAssociations; private _creditNotes?; get creditNotes(): CreditNotes; private _customers?; get customers(): Customers; private _wallets?; get wallets(): Wallets; private _invoices?; get invoices(): Invoices; private _environments?; get environments(): Environments; private _events?; get events(): Events; private _features?; get features(): Features; private _groups?; get groups(): Groups; private _integrations?; get integrations(): Integrations; private _marketplace?; get marketplace(): Marketplace; private _payments?; get payments(): Payments; private _plans?; get plans(): Plans; private _prices?; get prices(): Prices; private _priceUnits?; get priceUnits(): PriceUnits; private _rbac?; get rbac(): Rbac; private _secrets?; get secrets(): Secrets; private _subscriptions?; get subscriptions(): Subscriptions; private _tasks?; get tasks(): Tasks; private _scheduledTasks?; get scheduledTasks(): ScheduledTasks; private _taxAssociations?; get taxAssociations(): TaxAssociations; private _taxRates?; get taxRates(): TaxRates; private _tenants?; get tenants(): Tenants; private _usageRecords?; get usageRecords(): UsageRecords; private _users?; get users(): Users; private _webhookEvents?; get webhookEvents(): WebhookEvents; private _workflows?; get workflows(): Workflows; } //# sourceMappingURL=sdk.d.ts.map