import { LogLevel } from './log-level'; export declare type LogEntry = { msg?: string; date: string; level?: LogLevel; };