import { Environments } from './constants.js'; import { APIOptions } from './api/api.js'; import { BalanceService } from './services/balanceService.js'; import { BankAccountDetailService } from './services/bankAccountDetailService.js'; import { BankAccountHolderVerificationService } from './services/bankAccountHolderVerificationService.js'; import { BankAuthorisationService } from './services/bankAuthorisationService.js'; import { BankDetailsLookupService } from './services/bankDetailsLookupService.js'; import { BillingRequestService } from './services/billingRequestService.js'; import { BillingRequestFlowService } from './services/billingRequestFlowService.js'; import { BillingRequestTemplateService } from './services/billingRequestTemplateService.js'; import { BillingRequestWithActionService } from './services/billingRequestWithActionService.js'; import { BlockService } from './services/blockService.js'; import { CreditorService } from './services/creditorService.js'; import { CreditorBankAccountService } from './services/creditorBankAccountService.js'; import { CurrencyExchangeRateService } from './services/currencyExchangeRateService.js'; import { CustomerService } from './services/customerService.js'; import { CustomerBankAccountService } from './services/customerBankAccountService.js'; import { CustomerNotificationService } from './services/customerNotificationService.js'; import { EventService } from './services/eventService.js'; import { ExportService } from './services/exportService.js'; import { FundsAvailabilityService } from './services/fundsAvailabilityService.js'; import { InstalmentScheduleService } from './services/instalmentScheduleService.js'; import { InstitutionService } from './services/institutionService.js'; import { LogoService } from './services/logoService.js'; import { MandateService } from './services/mandateService.js'; import { MandateImportService } from './services/mandateImportService.js'; import { MandateImportEntryService } from './services/mandateImportEntryService.js'; import { MandatePdfService } from './services/mandatePdfService.js'; import { NegativeBalanceLimitService } from './services/negativeBalanceLimitService.js'; import { OutboundPaymentService } from './services/outboundPaymentService.js'; import { PayerAuthorisationService } from './services/payerAuthorisationService.js'; import { PayerThemeService } from './services/payerThemeService.js'; import { PaymentService } from './services/paymentService.js'; import { PaymentAccountService } from './services/paymentAccountService.js'; import { PaymentAccountTransactionService } from './services/paymentAccountTransactionService.js'; import { PayoutService } from './services/payoutService.js'; import { PayoutItemService } from './services/payoutItemService.js'; import { RedirectFlowService } from './services/redirectFlowService.js'; import { RefundService } from './services/refundService.js'; import { ScenarioSimulatorService } from './services/scenarioSimulatorService.js'; import { SchemeIdentifierService } from './services/schemeIdentifierService.js'; import { SubscriptionService } from './services/subscriptionService.js'; import { TaxRateService } from './services/taxRateService.js'; import { TransferredMandateService } from './services/transferredMandateService.js'; import { VerificationDetailService } from './services/verificationDetailService.js'; import { WebhookService } from './services/webhookService.js'; export declare class GoCardlessClient { private _api; private _balances; private _bankAccountDetails; private _bankAccountHolderVerifications; private _bankAuthorisations; private _bankDetailsLookups; private _billingRequests; private _billingRequestFlows; private _billingRequestTemplates; private _billingRequestWithActions; private _blocks; private _creditors; private _creditorBankAccounts; private _currencyExchangeRates; private _customers; private _customerBankAccounts; private _customerNotifications; private _events; private _exports; private _fundsAvailabilities; private _instalmentSchedules; private _institutions; private _logos; private _mandates; private _mandateImports; private _mandateImportEntries; private _mandatePdfs; private _negativeBalanceLimits; private _outboundPayments; private _payerAuthorisations; private _payerThemes; private _payments; private _paymentAccounts; private _paymentAccountTransactions; private _payouts; private _payoutItems; private _redirectFlows; private _refunds; private _scenarioSimulators; private _schemeIdentifiers; private _subscriptions; private _taxRates; private _transferredMandates; private _verificationDetails; private _webhooks; constructor(token: string, environment?: Environments, options?: APIOptions); get balances(): BalanceService; get bankAccountDetails(): BankAccountDetailService; get bankAccountHolderVerifications(): BankAccountHolderVerificationService; get bankAuthorisations(): BankAuthorisationService; get bankDetailsLookups(): BankDetailsLookupService; get billingRequests(): BillingRequestService; get billingRequestFlows(): BillingRequestFlowService; get billingRequestTemplates(): BillingRequestTemplateService; get billingRequestWithActions(): BillingRequestWithActionService; get blocks(): BlockService; get creditors(): CreditorService; get creditorBankAccounts(): CreditorBankAccountService; get currencyExchangeRates(): CurrencyExchangeRateService; get customers(): CustomerService; get customerBankAccounts(): CustomerBankAccountService; get customerNotifications(): CustomerNotificationService; get events(): EventService; get exports(): ExportService; get fundsAvailabilities(): FundsAvailabilityService; get instalmentSchedules(): InstalmentScheduleService; get institutions(): InstitutionService; get logos(): LogoService; get mandates(): MandateService; get mandateImports(): MandateImportService; get mandateImportEntries(): MandateImportEntryService; get mandatePdfs(): MandatePdfService; get negativeBalanceLimits(): NegativeBalanceLimitService; get outboundPayments(): OutboundPaymentService; get payerAuthorisations(): PayerAuthorisationService; get payerThemes(): PayerThemeService; get payments(): PaymentService; get paymentAccounts(): PaymentAccountService; get paymentAccountTransactions(): PaymentAccountTransactionService; get payouts(): PayoutService; get payoutItems(): PayoutItemService; get redirectFlows(): RedirectFlowService; get refunds(): RefundService; get scenarioSimulators(): ScenarioSimulatorService; get schemeIdentifiers(): SchemeIdentifierService; get subscriptions(): SubscriptionService; get taxRates(): TaxRateService; get transferredMandates(): TransferredMandateService; get verificationDetails(): VerificationDetailService; get webhooks(): WebhookService; } //# sourceMappingURL=client.d.ts.map