/** * Append a structured log entry to the CLI log file. * * Each entry is a single JSON line with a timestamp, event name, * and optional data payload. */ export declare function cliLog(event: string, data?: Record): Promise; //# sourceMappingURL=logging.d.ts.map