declare function getUserMedia(constraints: any, options: any): Promise<unknown>;
export default getUserMedia;
