import { AppreciationType } from '../../../graphql-schema'; interface Props { rating: number; appreciation?: AppreciationType | null; studentId?: number | null; } export declare const MUTATION_CREATE_VIDEO_PLATFORM_RATING: any; export declare const useRateCall: ({ rating, appreciation, studentId }: Props) => { rateCall: () => Promise; loading: boolean; error: string | null; isSuccess: boolean; }; export {}; //# sourceMappingURL=useRateCall.d.ts.map