/** * Get the current timestamp in ISO 8601 format * @returns ISO 8601 timestamp string */ export declare function now(): string; //# sourceMappingURL=timestamps.d.ts.map