export declare type TimestampFormat = 'none' | 'iso' | 'elasped'; export declare function createTimestampFormatter(format: TimestampFormat): ((_timestamp: Date) => undefined) | ((timestamp: Date) => string); //# sourceMappingURL=createTimestampFormatter.d.ts.map