/** Log line */
export interface LogLine {
    /** Content of the log */
    content?: string;
    /** Datetime of the log */
    timestamp?: string;
}
//# sourceMappingURL=LogLine.d.ts.map