import { SellerDTO } from "@mercurjs/types"; export declare const validateSuspendSellerStep: import("@medusajs/framework/workflows-sdk").StepFunction<{ seller: SellerDTO; }, unknown>;