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