Fixed: https://github.com/puppeteer/puppeteer/issues/9372
export type TargetFilterCallback = ( target: Protocol.Target.TargetInfo ) => boolean;