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