declare type Device = string | MediaTrackConstraints | MediaStream | null; export default Device;