/// export declare const info: (...arg: any[]) => void; export declare const error: (...arg: any[]) => void; export declare const warn: import("debug").Debugger;