export declare function getLogPath(): string; export declare function auditLog(event: string, payload?: unknown): Promise; export declare function clearAuditLogs(): Promise<{ removed: number; }>; export declare function getLogsDir(): string; export declare function clearArtifacts(): Promise<{ removed: number; }>; export declare function exportDiagnostics(destination: string): Promise<{ path: string; events: number; }>;