import debug from'debug';
/**
* Logger for the SDK.
* This logger uses the 'debug' library for outputting debug information.
* Logging is enabled in the code via `debug.enable('__NAMESPACE__')`.
*/exportdeclareconstlogger: debug.Debugger;
//# sourceMappingURL=logger.d.ts.map