import { PaymentDetailsDTO, UpdatePaymentDetailsDTO } from "@mercurjs/types"; export declare const updatePaymentDetailsStep: import("@medusajs/framework/workflows-sdk").StepFunction<{ seller_id: string; data: UpdatePaymentDetailsDTO; }, PaymentDetailsDTO>;