export = tabtabDebug; /** * If TABTAB_DEBUG env is set, make it so that debug statements are also log to * TABTAB_DEBUG file provided. * @param {String} name */ declare function tabtabDebug(name: string): any;