import { AGRtcState } from 'agora-rte-sdk';
import { EduStoreBase } from '../base';
/**
 * `ReportStore` 监听教室状态，上报教室数据。
 */
/** @en
 * `ReportStore` monitors classroom status and report classroom data.
 */
export declare class ReportStore extends EduStoreBase {
    private _disposers;
    get currentTime(): number;
    get screenShareStreamAccessor(): {
        rtcState: AGRtcState;
        localShareStreamUuid: string | undefined;
    };
    private _handleError;
    onInstall(): void;
    onDestroy(): void;
}
