import { MedusaContainer } from "@medusajs/framework"; export declare const validateSellerReview: (scope: MedusaContainer, sellerId: string, reviewId: string) => Promise;