import { LogEntry } from '../types'; export default function csv(log: LogEntry[]): string;