I use some libraryies that use debug in some projects and so I have code like this to "redirect" the debug logging: ``` debug.enable('hap-controller:*'); debug.log = this.log.debug.bind(this); ``` The Typescript types from debug do not provide the "enable(string)" method. It would be awesome if this could be added