import { Log } from './types'; export declare const formatLog: (log: Log, showTimestamp?: boolean | undefined) => string;