Fixed: https://github.com/puppeteer/puppeteer/issues/9372
export type Awaitable<T> = T | PromiseLike<T>;