import { ParticipantId } from '../../types/Participant'; export declare class StatScreenShareFirstFrame { protected readonly _participantId: ParticipantId; protected _firstFrameReceived: boolean; constructor(participantId: ParticipantId); measure(width: number, height: number): void; }