export declare const updateProductReviewConfigStepId = "update-product-review-config-step";
export declare const updateProductReviewConfigStep: import("@medusajs/workflows-sdk").StepFunction<{
    key: string;
    value: boolean;
}, any>;
