export declare const refreshProductReviewStatsWorkflow: import("@medusajs/workflows-sdk").ReturnWorkflow<{
    productIds: string[];
}, {}, []>;
