import debug from 'debug'; export declare const logger: debug.Debugger; export declare const log: { info(str: string, obj?: any): void; warn(str: string, obj?: any): void; error(str: string, obj?: any): void; }; export declare const enableDebug: (enabled: boolean) => void;