Fixed: https://github.com/puppeteer/puppeteer/issues/9372
Supported platforms.
export type Platform = 'linux' | 'mac' | 'mac_arm' | 'win32' | 'win64';