export declare type Log = (...args: any[]) => void; export declare function logFactory(haltOnErrors: boolean): Log;