Version: 1.0.01.1.01.2.01.3.01.3.11.4.01.4.11.4.31.4.42.0.03.0.0-pre.13.0.03.0.14.0.0-pre.04.0.0-pre.34.0.0-pre.44.0.0-pre.54.0.04.3.0-pre.14.3.0-pre.24.3.0-pre.34.3.0-pre.44.3.04.3.74.4.14.4.34.5.04.5.14.5.24.5.34.5.54.5.74.5.84.5.94.5.104.5.114.5.124.5.154.5.165.0.0-beta.05.0.0-beta.15.0.0-pre.05.0.0-pre.15.0.0-pre.25.0.0-pre.35.0.0-pre.45.0.0-pre.55.0.0-pre.65.0.0-pre.95.0.0-pre.105.0.0-pre.115.0.0-pre.145.0.0-pre.155.0.0-pre.165.0.0-pre.175.0.0-pre.185.0.0-pre.195.0.0-pre.205.0.0-pre.225.0.0-pre.235.0.0-pre.245.0.0-pre.255.0.0-pre.265.0.0-pre.275.0.0-pre.285.0.0-pre.295.0.0-pre.305.0.0-pre.315.0.0-pre.325.0.0-pre.335.0.0-pre.345.0.0-pre.355.0.0-pre.365.0.0-pre.375.0.0-pre.385.0.05.0.15.0.35.0.45.0.55.0.65.0.75.0.85.0.95.0.105.0.115.0.125.0.135.0.145.0.155.0.165.0.175.0.185.0.195.0.205.0.215.0.225.0.235.0.245.0.255.0.265.0.275.0.285.0.295.0.305.0.31
export type DebugFunction = (...args: any[]) => void;
export type DebugInitializer = (name: string) => DebugFunction;
export declare function noopDebug(): DebugFunction;
export declare function setDebug(debug: DebugInitializer): void;
export declare function createDebug(name: string): (...args: any[]) => void;