type StepInput = {
    categoryId: string;
};
export declare const upsertCategoryStep: import("@medusajs/workflows-sdk").StepFunction<StepInput, {
    categories: any[];
}>;
export {};
//# sourceMappingURL=upsert-category.d.ts.map