import type { Log } from '../types'; declare function logsTxtFormatter(logs: Log[], EOL?: string): string; export default logsTxtFormatter;