/** * Structured event logging for notify-hook modules. */ export declare function logTmuxHookEvent(logsDir: string, event: Record): Promise; export declare function logNotifyHookEvent(logsDir: string, event: Record): Promise; //# sourceMappingURL=log.d.ts.map