/* eslint @typescript-eslint/no-unused-vars: off */exportfunctionthrowUnsupportedError (..._: any): never {
thrownewError([
'Wechaty Puppet Unsupported API Error.',
' ',
'Learn More At https://github.com/wechaty/wechaty-puppet/wiki/Compatibility',
].join(''))
}