/**
* Print debug only if activated
*
* In Node.js, you can set the `DEBUG=kuzzle-sdk` env variable.
* In a browser, you can add the `?debugKuzzleSdk` in the URL
* or set `window.debugKuzzleSdk` = true
*/exportdeclarefunctiondebug(message: string, obj?: unknown): void;