import { SellerDTO, UpdateSellerDTO } from "@mercurjs/types"; type UpdateSellersStepInput = { selector: Record; update: UpdateSellerDTO; }; export declare const updateSellersStep: import("@medusajs/framework/workflows-sdk").StepFunction; export {};