import { ClientSDK } from "../lib/sdks.js"; import { Accounts } from "./accounts.js"; import { AccountTerminalApplications } from "./accountterminalapplications.js"; import { Adjustments } from "./adjustments.js"; import { ApplePay } from "./applepay.js"; import { Authentication } from "./authentication.js"; import { Avatars } from "./avatars.js"; import { BankAccounts } from "./bankaccounts.js"; import { Branding } from "./branding.js"; import { Capabilities } from "./capabilities.js"; import { CardIssuing } from "./cardissuing.js"; import { Cards } from "./cards.js"; import { Disputes } from "./disputes.js"; import { EndToEndEncryption } from "./endtoendencryption.js"; import { EnrichedAddress } from "./enrichedaddress.js"; import { EnrichedProfile } from "./enrichedprofile.js"; import { FeePlans } from "./feeplans.js"; import { Files } from "./files.js"; import { Images } from "./images.js"; import { Industries } from "./industries.js"; import { Institutions } from "./institutions.js"; import { IssuingTransactions } from "./issuingtransactions.js"; import { Onboarding } from "./onboarding.js"; import { PaymentLinks } from "./paymentlinks.js"; import { PaymentMethods } from "./paymentmethods.js"; import { Ping } from "./ping.js"; import { Products } from "./products.js"; import { Receipts } from "./receipts.js"; import { Representatives } from "./representatives.js"; import { Scheduling } from "./scheduling.js"; import { Statements } from "./statements.js"; import { Support } from "./support.js"; import { Sweeps } from "./sweeps.js"; import { TerminalApplications } from "./terminalapplications.js"; import { Transfers } from "./transfers.js"; import { Underwriting } from "./underwriting.js"; import { Wallets } from "./wallets.js"; import { WalletTransactions } from "./wallettransactions.js"; import { Webhooks } from "./webhooks.js"; export declare class Moov extends ClientSDK { private _accounts?; get accounts(): Accounts; private _adjustments?; get adjustments(): Adjustments; private _applePay?; get applePay(): ApplePay; private _bankAccounts?; get bankAccounts(): BankAccounts; private _branding?; get branding(): Branding; private _capabilities?; get capabilities(): Capabilities; private _cards?; get cards(): Cards; private _disputes?; get disputes(): Disputes; private _feePlans?; get feePlans(): FeePlans; private _files?; get files(): Files; private _images?; get images(): Images; private _paymentLinks?; get paymentLinks(): PaymentLinks; private _paymentMethods?; get paymentMethods(): PaymentMethods; private _products?; get products(): Products; private _representatives?; get representatives(): Representatives; private _scheduling?; get scheduling(): Scheduling; private _statements?; get statements(): Statements; private _sweeps?; get sweeps(): Sweeps; private _accountTerminalApplications?; get accountTerminalApplications(): AccountTerminalApplications; private _support?; get support(): Support; private _transfers?; get transfers(): Transfers; private _underwriting?; get underwriting(): Underwriting; private _wallets?; get wallets(): Wallets; private _walletTransactions?; get walletTransactions(): WalletTransactions; private _avatars?; get avatars(): Avatars; private _endToEndEncryption?; get endToEndEncryption(): EndToEndEncryption; private _enrichedAddress?; get enrichedAddress(): EnrichedAddress; private _enrichedProfile?; get enrichedProfile(): EnrichedProfile; private _webhooks?; get webhooks(): Webhooks; private _industries?; get industries(): Industries; private _institutions?; get institutions(): Institutions; private _issuingTransactions?; get issuingTransactions(): IssuingTransactions; private _cardIssuing?; get cardIssuing(): CardIssuing; private _authentication?; get authentication(): Authentication; private _onboarding?; get onboarding(): Onboarding; private _ping?; get ping(): Ping; private _receipts?; get receipts(): Receipts; private _terminalApplications?; get terminalApplications(): TerminalApplications; } //# sourceMappingURL=sdk.d.ts.map