import { HttpClient, NonNullablePaths, MaybeContext, BuildRESTFunction } from '@wix/sdk-types'; import { GetAccountDetailsResponse } from './index.typings.js'; export { AccountDetails, Action, ActionWithLiterals, AutomationOptions, BillingCycle, BillingCycleWithLiterals, ComplianceDetails, ComplianceDetailsProductOptionsOneOf, Content, ContentWithLiterals, EmailMarketingOptions, Enum, EnumWithLiterals, Features, GetAccountDetailsRequest, GetComplianceDetailsRequest, GetComplianceDetailsResponse, Package, Product, ProductWithLiterals, Quota, QuotaPeriod, Rank, RankWithLiterals, RespondRequest, RespondResponse, RestrictionReason, RestrictionReasonTypeOneOf, SenderReputation, SenderReputationWithLiterals, Statistics, StatisticsWithLiterals, SupportTicketData } from './index.typings.js'; declare function getAccountDetails$1(httpClient: HttpClient): GetAccountDetailsSignature; interface GetAccountDetailsSignature { /** * Retrieves email marketing account details. */ (): Promise>; } declare const getAccountDetails: MaybeContext & typeof getAccountDetails$1>; export { GetAccountDetailsResponse, getAccountDetails };