import { BoltTypescriptSDKCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.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"; /** * Finalize a pending guest payment * * @remarks * Finalize a pending payment being made by a Bolt guest shopper. Upon receipt of a finalized payment result, payment success should be communicated to the shopper. */ export declare function paymentsGuestPerformAction(client: BoltTypescriptSDKCore, security: operations.GuestPaymentsActionSecurity, paymentActionRequest: components.PaymentActionRequest, id: string, xPublishableKey: string, xMerchantClientId?: string | undefined, options?: RequestOptions): Promise>; //# sourceMappingURL=paymentsGuestPerformAction.d.ts.map