import debug from 'debug'; import { VersionLabel } from './VersionLabel'; export declare const baseDebugger: debug.Debugger; export declare abstract class Debugger implements VersionLabel { #private; protected abstract get debugName(): string; protected get debug(): ReturnType; get __BLUEBELL_VERSION__(): string; }