/**
 * Logging configuration for a single log line
 */
export interface LogOptions {
    timestamp?: number;
    highlight?: string;
}
