Describe the bug
I did not find any relevant statements about the DesktopCapture API in the declaration file, which is part of the Google Extension API
To Reproduce
browser.desktopCapture.chooseDesktopMedia(["window","screen","tab"],tab, (streamId:string) => {
console.log(streamId)
})
