import { RequestsParams } from "../request"; declare const _default: ({ config, request }: RequestsParams) => { getStandardFinancialStatements: ({ userId, params }: { userId: string; params?: import("./types/standard-financial-statements").StandardFinancialStatementsSearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getStandardFinancialStatement: ({ userId, reportId }: { userId: string; reportId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getConsentHistory: (params?: import("../schema/consent-history").ConsentHistorySearchParams | undefined, options?: import("../request").ExtraOptions | undefined) => Promise>; categoriseTransactions: import("./types/categorise-transactions").CategoriseTransactionsRequest; createResellerCheckRequest: import("./types/reseller-check").CreateResellerCheckRequest; registerUser: ({ clientUserId, }: { clientUserId?: string | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise; getUsers: (params?: import("../request").SearchParams | undefined, options?: import("../request").ExtraOptions | undefined) => Promise>; getSCIMUser: ({ userId }: { userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; registerSCIMUser: (user: import("../schema/scim-user").SCIMUser, options?: import("../request").ExtraOptions | undefined) => Promise>; getUser: ({ userId, }: { userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; getUserConnections: ({ userId, }: { userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; deleteUserConnection: ({ userId, connectionId, }: { userId: string; connectionId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; deleteUser: ({ userId, }: { userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; getConnectionSyncs: ({ userId, connectionId, params, }: { userId: string; connectionId: string; params?: import("../request").SearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getUserSyncs: ({ userId, params, }: { userId: string; params?: import("../request").SearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getSync: ({ userId, syncId, }: { userId: string; syncId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; updateUserConnection: ({ userId, connectionId, expiresAt, }: { userId: string; connectionId: string; expiresAt: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; getGlobalCounterparties: (params?: import("../schema/counterparty").GlobalCounterpartiesSearchParams | undefined, options?: import("../request").ExtraOptions | undefined) => Promise>; listConnections: (query?: { clientId?: string | undefined; } | undefined) => Promise; listAPIConnections: (query?: { clientId?: string | undefined; } | undefined) => Promise; listLegacyConnections: (query?: { clientId?: string | undefined; } | undefined) => Promise; listTestConnections: (query?: { clientId?: string | undefined; } | undefined) => Promise; listBetaConnections: (query?: { clientId?: string | undefined; } | undefined) => Promise; listPaymentsConnections: (query?: { clientId?: string | undefined; } | undefined) => Promise; getOpenIdConfig: () => Promise; caasDeleteUser: ({ userId, }: { userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; caasPutTransactionSplits: ({ accountId, transactionId, splits, }: { accountId: string; transactionId: string; splits: import("./caas/types/transaction-splits").CaasTransactionSplitBody[]; }, options?: import("../request").ExtraOptions | undefined) => Promise>; caasDeleteTransactionSplits: ({ accountId, transactionId, }: { accountId: string; transactionId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; caasPatchTransaction: ({ accountId, transactionId, userCategoryId, recategorisationType, }: { accountId: string; transactionId: string; userCategoryId: string; recategorisationType?: import("./caas/types/transactions").CaasRecategorisationType | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; caasEnrichTransactions: ({ transactions, }: { transactions: import("./caas/types/transactions").CaasTransactionInput[]; }, options?: import("../request").ExtraOptions | undefined) => Promise; caasGetTransactions: ({ userId, accountId, limit, }: { userId?: string | undefined; accountId: string; limit?: number | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; caasDeleteTransaction: ({ accountId, transactionId, }: { accountId: string; transactionId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; caasGetEnhancedTransaction: ({ accountId, transactionId, includeFieldTiers, }: { accountId: string; transactionId: string; includeFieldTiers?: ("basic" | "search_pro" | "search_enterprise" | "search_enterprise_plus") | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; caasGetRegularTransactions: ({ accountId }: { accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; caasGetGeotags: ({ geotagIds, }: { geotagIds: string[]; }, options?: import("../request").ExtraOptions | undefined) => Promise>; caasGetCounterparties: ({ limit, offset, }: { limit?: number | undefined; offset?: number | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; caasGetCategories: (options?: import("../request").ExtraOptions | undefined) => Promise>; caasGetCategoryGroups: (options?: import("../request").ExtraOptions | undefined) => Promise>; caasGetCustomCategories: ({ userId, }: { userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; caasCreateCustomCategory: ({ userId, customCategoryName, }: { userId: string; customCategoryName: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; caasDeleteCustomCategory: ({ userId, categoryId, }: { userId: string; categoryId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; caasDeleteAccount: ({ accountId, }: { accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; getTransactions: ({ userId, params, }: { userId?: string | undefined; params?: import("../schema/transaction").TransactionSearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getUnenrichedTransactions: ({ userId, params, }: { userId?: string | undefined; params?: import("../schema/transaction").TransactionUnenrichedSearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getTransaction: ({ userId, transactionId, }: { userId?: string | undefined; transactionId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getUnenrichedTransaction: ({ userId, transactionId, }: { userId?: string | undefined; transactionId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; addTransaction: ({ userId, transaction, }: { userId: string; transaction: import("../schema/transaction").TransactionPost; }, options?: import("../request").ExtraOptions | undefined) => Promise>; addTransactions: ({ userId, transactions, params, }: { userId: string; transactions: import("../schema/transaction").TransactionPost[]; params?: { categorise?: boolean | undefined; } | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; updateTransaction: ({ userId, transactionId, transaction, }: { userId: string; transactionId: string; transaction: Partial; }, options?: import("../request").ExtraOptions | undefined) => Promise>; deleteTransaction: ({ userId, transactionId, }: { userId: string; transactionId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; splitTransaction: ({ userId, transactionId, splits, }: { userId: string; transactionId: string; splits: import("../schema/transaction").TransactionSplitPost[]; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getTransactionSplits: ({ userId, transactionId, }: { userId?: string | undefined; transactionId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; patchTransactionSplit: ({ userId, transactionId, splitId, split, }: { userId: string; transactionId: string; splitId: string; split: import("../schema/transaction").TransactionSplitPatch; }, options?: import("../request").ExtraOptions | undefined) => Promise>; deleteTransactionSplits: ({ userId, transactionId, }: { userId: string; transactionId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; addFileToTransaction: ({ userId, transactionId, fileData, fileName, }: { userId?: string | undefined; transactionId: string; fileName: string; fileData: any; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getTransactionFiles: ({ userId, transactionId, }: { userId?: string | undefined; transactionId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getTransactionFile: ({ userId, transactionId, fileId, }: { userId?: string | undefined; transactionId: string; fileId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; deleteTransactionFile: ({ userId, transactionId, fileId, }: { userId?: string | undefined; transactionId: string; fileId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; getTaxReturn: ({ userId, params, }: { userId?: string | undefined; params?: import("../schema/tax").TaxSearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; syncUserConnection: ({ userId, connectionId, customerIpAddress, customerLastLoggedTime, enableAsync, }: { userId?: string | undefined; connectionId: string; customerIpAddress?: string | undefined; customerLastLoggedTime?: string | undefined; enableAsync?: boolean | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getStandingOrder: ({ id }: { id: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getStandingOrders: (params?: import("../schema/standing-order").StandingOrderSearchParams | undefined, options?: import("../request").ExtraOptions | undefined) => Promise>; getSpendingGoals: (params: import("../request").SearchParams, userId: string, options?: import("../request").ExtraOptions | undefined) => Promise>; getSpendingGoal: ({ goalId, userId, }: { goalId: string; userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; createSpendingGoal: ({ categoryId, periodType, periodStart, amount, userId, }: { categoryId: string; periodType?: ("monthly" | "annual") | undefined; periodStart?: string | undefined; amount: { value: number; }; userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; updateSpendingGoal: ({ goalId, categoryId, amount, userId, }: { goalId: string; categoryId?: string | undefined; amount?: { value: number; } | undefined; userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; deleteSpendingGoal: ({ goalId, userId, }: { goalId: string; userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; getSpendingAnalysis: ({ userId, dates, accountIds, categoryIds, projectIds, }: { userId?: string | undefined; dates: { name: string; from: string; to: string; }[]; accountIds?: string[] | undefined; categoryIds?: string[] | undefined; projectIds?: string[] | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getSavingsGoals: (params: import("../request").SearchParams, userId: string, options?: import("../request").ExtraOptions | undefined) => Promise>; getSavingsGoal: ({ goalId, userId, }: { goalId: string; userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; createSavingsGoal: ({ name, imageUrl, notes, accounts, amount, userId, targetDate, }: { name: string; imageUrl?: string | undefined; notes?: string | undefined; accounts: { id: string; }[]; amount: { value: number; currency?: string | undefined; }; userId: string; targetDate?: string | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; updateSavingsGoal: ({ goalId, name, amount, imageUrl, notes, accounts, userId, targetDate, }: { goalId: string; name?: string | undefined; imageUrl?: string | undefined; notes?: string | undefined; accounts: { id: string; }[]; amount?: { value: number; } | undefined; userId: string; targetDate?: string | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; deleteSavingsGoal: ({ goalId, userId, }: { goalId: string; userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; getRentalRecords: ({ userId, }: { userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; createRentalRecord: ({ userId, rentalData, }: { userId: string; rentalData: import("../schema/rental-record").RentalRecordPost; }, options?: import("../request").ExtraOptions | undefined) => Promise>; deleteRentalRecord: ({ userId, rentalId, }: { userId: string; rentalId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; getRegularTransactions: ({ userId, params, }: { userId?: string | undefined; params?: import("../schema/regular-transaction").RegularTransactionSearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; detectRegularTransactions: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getRecurringPayments: (params?: import("../schema/payment").RecurringPaymentSearchParams | undefined, options?: import("../request").ExtraOptions | undefined) => Promise>; getRecurringPayment: ({ recurringPaymentId, }: { recurringPaymentId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; makeRecurringPayment: ({ recurringPaymentId, payment, }: { recurringPaymentId: string; payment: import("../schema/payment").PaymentsClaims; }, options?: import("../request").ExtraOptions | undefined) => Promise>; revokeRecurringPayment: ({ recurringPaymentId, }: { recurringPaymentId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; confirmFundsForRecurringPayment: ({ recurringPaymentId, fundsConfirmation, }: { recurringPaymentId: string; fundsConfirmation: import("../schema/payment").FundsConfirmationRequest; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getProjects: ({ userId, params, }: { userId: string; params?: import("../request").SearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getProject: ({ userId, projectId, }: { userId: string; projectId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; addProject: ({ userId, project, }: { userId: string; project: import("../schema/project").ProjectPost; }, options?: import("../request").ExtraOptions | undefined) => Promise>; updateProject: ({ userId, projectId, project, }: { userId: string; projectId: string; project: import("../schema/project").ProjectPatch; }, options?: import("../request").ExtraOptions | undefined) => Promise>; deleteProject: ({ userId, projectId, }: { userId: string; projectId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; addPayLink: import("./types/pay-links").AddPayLink; getPayLink: import("./types/pay-links").GetPayLink; getPayLinks: import("./types/pay-links").GetPayLinks; getPayment: ({ id }: { id: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getPayments: (params?: import("../schema/payment").PaymentSearchParams | undefined, options?: import("../request").ExtraOptions | undefined) => Promise>; getPaymentFromIDToken: ({ idToken }: { idToken: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; addPayee: ({ accountNumber, sortCode, name, externalId, userId, }: { accountNumber: string; sortCode: string; name: string; externalId?: string | undefined; userId?: string | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getPayees: (params?: import("../schema/payee").PayeesSearchParams | undefined, options?: import("../request").ExtraOptions | undefined) => Promise>; getPayee: ({ id }: { id: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getOsipAccounts: ({ userId, params }: { userId?: string | undefined; params?: import("../request").SearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise, "links">>; getOsipAccount: ({ userId, accountId }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise, "links">>; getOsipAccountHoldings: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getOsipAccountTransactions: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getNotificationThresholds: ({}: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; addNotificationThreshold: ({}: { userId?: string | undefined; accountId: string; threshold: import("../schema/notification-threshold").NotificationThresholdBody; }, options?: import("../request").ExtraOptions | undefined) => Promise>; updateNotificationThreshold: ({}: { userId?: string | undefined; accountId: string; thresholdId: string; threshold: import("../schema/notification-threshold").NotificationThresholdBody; }, options?: import("../request").ExtraOptions | undefined) => Promise>; deleteNotificationThreshold: ({}: { userId?: string | undefined; accountId: string; thresholdId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; getCategories: ({ userId, params, }: { userId?: string | undefined; params?: (import("../request").SearchParams & { type?: import("../schema/category").CategoryType | undefined; }) | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getStandardCategories: ({ params, }: { params?: (import("../request").SearchParams & { type?: import("../schema/category").CategoryType | undefined; }) | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getCategory: ({ userId, categoryId, params, }: { userId?: string | undefined; categoryId: string; params?: { type?: import("../schema/category").CategoryType | undefined; } | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getCategoryGroups: ({ userId, params, }: { userId?: string | undefined; params?: { type?: import("../schema/category").CategoryType | undefined; } | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getStandardCategoryGroups: ({ params, }: { params?: { type?: import("../schema/category").CategoryType | undefined; } | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; createCustomCategory: ({ userId, category, }: { userId?: string | undefined; category: import("../schema/category").CategoryPost; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getBeneficiary: ({ id, userId, }: { id: string; userId?: string | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getBeneficiaryWithDetail: ({ id, userId, }: { id: string; userId?: string | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getBeneficiaries: ({ params, userId, }: { params?: import("../request").SearchParams | undefined; userId?: string | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getBeneficiariesWithDetail: ({ params, userId, }: { params?: import("../request").SearchParams | undefined; userId?: string | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; createAuthRequest: ({ redirectUri, userId, scope, connectionId, payment, standingOrder, recurringPayment, reversePayment, categorisationType, benefitsCheck, counterpartiesCheck, permissions, permissionsAction, expirationDateTime, transactionsFromDateTime, sync, accountVerification, customerIpAddress, customerLastLoggedTime, accountTypes, accountIdentification, env, }: { redirectUri?: string | undefined; userId?: string | undefined; scope: string; connectionId?: string | undefined; payment?: import("../schema/payment").AuthRequestPostPayment | undefined; standingOrder?: import("../schema/standing-order").AuthRequestStandingOrderPost | undefined; recurringPayment?: import("../schema/payment").AuthRequestPostRecurringPayment | undefined; reversePayment?: import("../schema/payment").AuthRequestPostReversePayment | undefined; categorisationType?: import("../schema/account").AccountType | undefined; benefitsCheck?: boolean | undefined; counterpartiesCheck?: string[] | undefined; permissions?: ("ReadStandingOrdersBasic" | "ReadStandingOrdersDetail" | "ReadBeneficiariesDetail" | "ReadAccountsDetail" | "ReadAccountsBasic" | "ReadTransactionsCredits" | "ReadTransactionsDebits" | "ReadTransactionsDetail" | "ReadProducts" | "ReadBalances" | "ReadParty") | undefined; permissionsAction?: import("./types/auth-requests").PermissionsAction | undefined; expirationDateTime?: string | undefined; transactionsFromDateTime?: string | undefined; sync?: { enableAsync?: boolean | undefined; } | undefined; accountVerification?: { accVerification?: boolean | undefined; } | undefined; customerIpAddress?: string | undefined; customerLastLoggedTime?: string | undefined; accountTypes?: string[] | undefined; accountIdentification?: string[] | undefined; env?: string | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; completeAuthRequest: ({ id, authParams, }: { id: string; authParams: import("../schema/auth-request").AuthParams; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAllAuthRequests: (params?: import("../request").SearchParams | undefined, options?: import("../request").ExtraOptions | undefined) => Promise>; getAuthRequest: ({ id }: { id: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; createAffordability: ({ userId }: { userId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAffordability: ({ userId, id }: { userId: string; id: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAllAffordability: ({ userId, ...query }: { userId: string; } & import("../request").SearchParams, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccounts: ({ userId, params }: { userId?: string | undefined; params?: import("../request").SearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountsWithDetails: ({ userId, }: { userId?: string | undefined; params?: import("../request").SearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountsList: ({ userId, params }: { userId?: string | undefined; params?: import("../request").SearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountsListWithDetails: ({ userId, }: { userId?: string | undefined; params?: import("../request").SearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccount: ({ userId, accountId }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountBalances: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountWithDetails: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountHoldings: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountHoldingsWithMatches: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountCounterparties: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; params?: import("../request").SearchParams | undefined; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountRecurringTransactions: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountStandingOrders: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountStandingOrdersWithDetail: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountStatements: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountStatementsWithDetail: ({ userId, accountId, }: { userId?: string | undefined; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; getAccountHolding: ({ userId, accountId, holdingId, }: { userId?: string | undefined; accountId: string; holdingId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise>; createAccount: ({ userId, account }: { userId: string; account: import("../schema/account").AccountPost; }, options?: import("../request").ExtraOptions | undefined) => Promise>; deleteAccount: ({ userId, accountId }: { userId: string; accountId: string; }, options?: import("../request").ExtraOptions | undefined) => Promise; updateAccount: ({ userId, accountId, account }: { userId: string; accountId: string; account: import("../schema/account").AccountPatch; }, options?: import("../request").ExtraOptions | undefined) => Promise>; addAccountBalance: ({ userId, accountId, balance }: { userId: string; accountId: string; balance: import("../schema/account").AccountBalancePost; }, options?: import("../request").ExtraOptions | undefined) => Promise>; }; export default _default; //# sourceMappingURL=index.d.ts.map