import type { BatchJobResult } from './batch-scheduler-types.js'; /** Issue #293: diagnostics / log aggregation용 고정 타입 */ export declare const MEMORY_REVIEW_CANDIDATES_RUN_EVENT_TYPE: "memory_review_candidates_run"; /** * `memory_review_candidates` 1회 실행에 대한 표준 메타(성공/실패 동일 키). * Canonical 소비 경로: RuntimeDiagnosticsLogger `app-events.jsonl` (writeEvent). */ export declare function buildMemoryReviewCandidatesRunDiagnosticsPayload(result: BatchJobResult): Record; //# sourceMappingURL=memory-review-candidates-run-diagnostics.d.ts.map