/** * @fileoverview Timestamp utilities for Advanced Logger */ /** * Formats the timestamp using modern Date API */ export declare function formatTimestamp(): string; //# sourceMappingURL=timestamps.d.ts.map