export {}; declare global { interface Window { mozRTCPeerConnection: any; } interface Navigator { webkitGetUserMedia: any; } interface MediaDevices { getDisplayMedia(constraints: MediaStreamConstraints): Promise; } }