export declare const usePostReview: ({ rating, tutorId, comment, }: { rating: number; tutorId?: number | null | undefined; comment: string; }) => { postReview: () => Promise; loading: boolean; error: string | null; isSuccess: boolean; }; //# sourceMappingURL=usePostReview.d.ts.map