import { ClientSDK } from "../lib/sdks.js"; import { AccountUpdater } from "./accountupdater.js"; import { ApiKeyPairs } from "./apikeypairs.js"; import { AuditLogs } from "./auditlogs.js"; import { Buyers } from "./buyers.js"; import { CardSchemeDefinitions } from "./cardschemedefinitions.js"; import { CheckoutSessions } from "./checkoutsessions.js"; import { DigitalWallets } from "./digitalwallets.js"; import { GiftCards } from "./giftcards.js"; import { MerchantAccounts } from "./merchantaccounts.js"; import { PaymentLinks } from "./paymentlinks.js"; import { PaymentMethods } from "./paymentmethods.js"; import { PaymentOptions } from "./paymentoptions.js"; import { PaymentServiceDefinitions } from "./paymentservicedefinitions.js"; import { PaymentServices } from "./paymentservices.js"; import { Payouts } from "./payouts.js"; import { Refunds } from "./refunds.js"; import { ReportExecutions } from "./reportexecutions.js"; import { Reports } from "./reports.js"; import { Roles } from "./roles.js"; import { ThreeDsScenarios } from "./threedsscenarios.js"; import { Transactions } from "./transactions.js"; export declare class Gr4vy extends ClientSDK { private _accountUpdater?; get accountUpdater(): AccountUpdater; private _apiKeyPairs?; get apiKeyPairs(): ApiKeyPairs; private _buyers?; get buyers(): Buyers; private _paymentMethods?; get paymentMethods(): PaymentMethods; private _giftCards?; get giftCards(): GiftCards; private _cardSchemeDefinitions?; get cardSchemeDefinitions(): CardSchemeDefinitions; private _digitalWallets?; get digitalWallets(): DigitalWallets; private _transactions?; get transactions(): Transactions; private _refunds?; get refunds(): Refunds; private _paymentOptions?; get paymentOptions(): PaymentOptions; private _paymentServiceDefinitions?; get paymentServiceDefinitions(): PaymentServiceDefinitions; private _paymentServices?; get paymentServices(): PaymentServices; private _auditLogs?; get auditLogs(): AuditLogs; private _reports?; get reports(): Reports; private _reportExecutions?; get reportExecutions(): ReportExecutions; private _checkoutSessions?; get checkoutSessions(): CheckoutSessions; private _roles?; get roles(): Roles; private _merchantAccounts?; get merchantAccounts(): MerchantAccounts; private _threeDsScenarios?; get threeDsScenarios(): ThreeDsScenarios; private _payouts?; get payouts(): Payouts; private _paymentLinks?; get paymentLinks(): PaymentLinks; } //# sourceMappingURL=sdk.d.ts.map