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