import { ClientSDK } from "../lib/sdks.js"; import { AccountCreation } from "./accountcreation.js"; import { AccountManagement } from "./accountmanagement.js"; import { AccountTransfers } from "./accounttransfers.js"; import { ACHTransfers } from "./achtransfers.js"; import { AlternativeAccountAccreditation } from "./alternativeaccountaccreditation.js"; import { AlternativeInvestmentDocuments } from "./alternativeinvestmentdocuments.js"; import { AlternativeInvestments } from "./alternativeinvestments.js"; import { AlternativeOrders } from "./alternativeorders.js"; import { Assets } from "./assets.js"; import { AssetTradingConfig } from "./assettradingconfig.js"; import { Authentication } from "./authentication.js"; import { BankRelationships } from "./bankrelationships.js"; import { BasketOrders } from "./basketorders.js"; import { BuyingPower } from "./buyingpower.js"; import { CashBalances } from "./cashbalances.js"; import { Checks } from "./checks.js"; import { DataRetrieval } from "./dataretrieval.js"; import { EnrollmentsAndAgreements } from "./enrollmentsandagreements.js"; import { FeesAndCredits } from "./feesandcredits.js"; import { FixedIncomePricing } from "./fixedincomepricing.js"; import { InstantCashTransferICT } from "./instantcashtransferict.js"; import { Investigations } from "./investigations.js"; import { InvestorDocs } from "./investordocs.js"; import { Journals } from "./journals.js"; import { Ledger } from "./ledger.js"; import { OptionInstructions } from "./optioninstructions.js"; import { OptionOrders } from "./optionorders.js"; import { Orders } from "./orders.js"; import { PersonManagement } from "./personmanagement.js"; import { PositionJournals } from "./positionjournals.js"; import { PreIPOCompanies } from "./preipocompanies.js"; import { PreIPOFundingRounds } from "./preipofundingrounds.js"; import { PreIPONewsEvents } from "./preiponewsevents.js"; import { PreIPOResearchDocuments } from "./preiporesearchdocuments.js"; import { Reader } from "./reader.js"; import { Retirements } from "./retirements.js"; import { ScheduleTransfers } from "./scheduletransfers.js"; import { Subscriber } from "./subscriber.js"; import { TestSimulation } from "./testsimulation.js"; import { TradeAllocation } from "./tradeallocation.js"; import { TradeBooking } from "./tradebooking.js"; import { Wires } from "./wires.js"; export declare class Apexascend extends ClientSDK { private _authentication?; get authentication(): Authentication; private _reader?; get reader(): Reader; private _subscriber?; get subscriber(): Subscriber; private _personManagement?; get personManagement(): PersonManagement; private _accountCreation?; get accountCreation(): AccountCreation; private _accountManagement?; get accountManagement(): AccountManagement; private _enrollmentsAndAgreements?; get enrollmentsAndAgreements(): EnrollmentsAndAgreements; private _investigations?; get investigations(): Investigations; private _bankRelationships?; get bankRelationships(): BankRelationships; private _achTransfers?; get achTransfers(): ACHTransfers; private _instantCashTransferICT?; get instantCashTransferICT(): InstantCashTransferICT; private _retirements?; get retirements(): Retirements; private _journals?; get journals(): Journals; private _scheduleTransfers?; get scheduleTransfers(): ScheduleTransfers; private _checks?; get checks(): Checks; private _testSimulation?; get testSimulation(): TestSimulation; private _wires?; get wires(): Wires; private _positionJournals?; get positionJournals(): PositionJournals; private _cashBalances?; get cashBalances(): CashBalances; private _feesAndCredits?; get feesAndCredits(): FeesAndCredits; private _accountTransfers?; get accountTransfers(): AccountTransfers; private _orders?; get orders(): Orders; private _optionOrders?; get optionOrders(): OptionOrders; private _fixedIncomePricing?; get fixedIncomePricing(): FixedIncomePricing; private _basketOrders?; get basketOrders(): BasketOrders; private _assetTradingConfig?; get assetTradingConfig(): AssetTradingConfig; private _alternativeAccountAccreditation?; get alternativeAccountAccreditation(): AlternativeAccountAccreditation; private _alternativeOrders?; get alternativeOrders(): AlternativeOrders; private _alternativeInvestments?; get alternativeInvestments(): AlternativeInvestments; private _alternativeInvestmentDocuments?; get alternativeInvestmentDocuments(): AlternativeInvestmentDocuments; private _preIPOCompanies?; get preIPOCompanies(): PreIPOCompanies; private _preIPONewsEvents?; get preIPONewsEvents(): PreIPONewsEvents; private _preIPOResearchDocuments?; get preIPOResearchDocuments(): PreIPOResearchDocuments; private _preIPOFundingRounds?; get preIPOFundingRounds(): PreIPOFundingRounds; private _tradeBooking?; get tradeBooking(): TradeBooking; private _tradeAllocation?; get tradeAllocation(): TradeAllocation; private _assets?; get assets(): Assets; private _ledger?; get ledger(): Ledger; private _buyingPower?; get buyingPower(): BuyingPower; private _investorDocs?; get investorDocs(): InvestorDocs; private _dataRetrieval?; get dataRetrieval(): DataRetrieval; private _optionInstructions?; get optionInstructions(): OptionInstructions; } //# sourceMappingURL=sdk.d.ts.map