import { BoltTypescriptSDKCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import * as errors from "../models/errors/index.js"; import { SDKError } from "../models/errors/sdkerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import * as operations from "../models/operations/index.js"; import { Result } from "../types/fp.js"; /** * Retrieve account details * * @remarks * Retrieve a shopper's account details, such as addresses and payment information. The account's details are filtered to be relevant to your merchant account, and some fields may be missing for some accounts. See the schema for details. */ export declare function accountGetDetails(client: BoltTypescriptSDKCore, xPublishableKey: string, xMerchantClientId?: string | undefined, options?: RequestOptions): Promise>; //# sourceMappingURL=accountGetDetails.d.ts.map