/** @codex-xmi-id 5b3d8a9f-11b1-56dd-8108-418e7a3bc1e3 */ export declare class LogDate { timestamp: number; date?: string | undefined; time?: string | undefined; timezone?: string | undefined; constructor(timestamp: number, date?: string | undefined, time?: string | undefined, timezone?: string | undefined); }