import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework"; import { StoreReviewListResponse, StoreReviewResponse } from "@mercurjs/types"; import { StoreCreateReviewType, StoreGetReviewsParamsType } from "./validators"; export declare const POST: (req: AuthenticatedMedusaRequest, res: MedusaResponse) => Promise; export declare const GET: (req: AuthenticatedMedusaRequest, res: MedusaResponse) => Promise;