/** * Main lomi. SDK class * AUTO-GENERATED - Do not edit manually */ import type { LomiConfig } from './config.js'; import { AccountsService, ChargesService, CheckoutSessionsService, CustomerSubscriptionsService, CustomersService, DiscountCouponsService, DisputesService, MerchantsService, MetersService, OrganizationService, OrganizationsService, PaymentLinksService, PaymentRequestsService, PayoutsService, ProductsService, ProvidersService, RefundsService, RiskAssessmentsService, SettlementsService, SubscriptionsService, TransactionsService, UsageBillingService, UsageEventsService, UsageSubscriptionsService, WebhookDeliveryLogsService, WebhooksService } from './generated/index.js'; export declare class LomiSDK { readonly accounts: typeof AccountsService; readonly charges: typeof ChargesService; readonly checkoutSessions: typeof CheckoutSessionsService; readonly customerSubscriptions: typeof CustomerSubscriptionsService; readonly customers: typeof CustomersService; readonly discountCoupons: typeof DiscountCouponsService; readonly disputes: typeof DisputesService; readonly merchants: typeof MerchantsService; readonly meters: typeof MetersService; readonly organization: typeof OrganizationService; readonly organizations: typeof OrganizationsService; readonly paymentLinks: typeof PaymentLinksService; readonly paymentRequests: typeof PaymentRequestsService; readonly payouts: typeof PayoutsService; readonly products: typeof ProductsService; readonly providers: typeof ProvidersService; readonly refunds: typeof RefundsService; readonly riskAssessments: typeof RiskAssessmentsService; readonly settlements: typeof SettlementsService; readonly subscriptions: typeof SubscriptionsService; readonly transactions: typeof TransactionsService; readonly usageBilling: typeof UsageBillingService; readonly usageEvents: typeof UsageEventsService; readonly usageSubscriptions: typeof UsageSubscriptionsService; readonly webhookDeliveryLogs: typeof WebhookDeliveryLogsService; readonly webhooks: typeof WebhooksService; /** * Initialize the lomi. SDK */ constructor(config: LomiConfig); /** * Update the API key */ setApiKey(apiKey: string): void; /** * Get the current base URL */ getBaseUrl(): string; } //# sourceMappingURL=sdk.d.ts.map