import type { IAgoraRTCClient, ILocalVideoTrack } from 'agora-rtc-sdk-ng'; import { AgoraCredsAgoraCreds } from '../../../graphql-schema'; import type { AgoraTechSettings } from './useAgoraTechSettings'; export declare const useScreenSharing: (agoraCreds: AgoraCredsAgoraCreds, lessonId: number | null, agoraTechSettings: AgoraTechSettings) => { startScreenSharing: () => Promise; endScreenSharing: () => Promise; isLoading: boolean; client: IAgoraRTCClient | null; track: ILocalVideoTrack | null; }; //# sourceMappingURL=useScreenSharing.d.ts.map