export type FeefoReview = { id: number; date: string; rating: number; title?: string; comment?: string; }; export type FeefoReviewParams = { branchId?: string; campaign?: string; }; export declare const feefoReviews: (merchantId: string, { branchId, campaign }: FeefoReviewParams) => Promise; //# sourceMappingURL=feefo-reviews.d.ts.map