import { DebugLogger, DebugNamespace } from './types'; export declare function createDebugLogger(namespace?: DebugNamespace): DebugLogger;