import { ReceiverSession } from '../screen'; import type { Log } from '../log'; import type { Client } from './client'; export declare class SpyScreen extends ReceiverSession { private cli; toUserId: number; recordings: boolean; fromSockId: string; constructor(cli: Client, userId: number, conf: RTCConfiguration, log: Log); answerSession(fromSockId: string, ans: RTCSessionDescriptionInit): Promise; screenshot(): Promise; startRecord(): Promise; stopRecord(): Promise; } //# sourceMappingURL=screen.d.ts.map