export function getMediaDevices(): MediaDevices | { getUserMedia(opts: any): Promise; } | null; export function enumerateDevices(): any;