type Debugger = (pattern: string, ...args: any[]) => void;
declare const debug: (namespace: string) => Debugger;

export = debug;
