import debug from 'debug'; export declare const log: debug.Debugger; export declare const logInfo: (...args: any[]) => true | undefined; export declare const logError: (msg: string, error?: any) => boolean;