import { LessonStartedCurrentUserQuery, Maybe } from '../../../graphql-schema'; export declare const useCurrentUserLessonStartedData: (collocutorId: Maybe) => { data: LessonStartedCurrentUserQuery | undefined; loading: boolean; nearestLessonId: number | null | undefined; nearestLessonDatetime: any; nearestLessonCollocutorId: number | null | undefined; isCollocutorFromNearestLesson: boolean; isLessonStarted: any; }; //# sourceMappingURL=useCurrentUserLessonStartedData.d.ts.map