import makeDebug from 'debug'; declare const debug: makeDebug.Debugger; export declare function scopedDebug(s: string): (...args: any[]) => void; export declare const DEBUG_ENABLED: boolean; export default debug;