import { Arguments, LogDetail, LogEntry, LogOptions, LogTraceDetail } from './constTypes'; export declare function dataToString(data: Arguments, options: LogOptions): string; export declare function entryToString(entry: LogEntry, previousDetail: LogDetail, info: LogTraceDetail, options: LogOptions, isLastChild?: boolean): string; export declare function formatTimeStamp(entry: LogEntry, previousDetail: LogDetail, useTimeDelta: boolean): string; export declare function formatDate(date: Date): string; export declare function formatTime(date: Date): string; //# sourceMappingURL=format.d.ts.map