declare type Params = { skip?: boolean; }; export declare const useLessonInsightsExpCheck: (params?: Params | undefined) => { isExpLessonInsightsActive: boolean | undefined; isExpLessonInsightsLoading: boolean; }; export {}; //# sourceMappingURL=useLessonInsightsExpCheck.d.ts.map