import type { SQLiteStore } from '@cortex/graph'; export interface SessionBriefResult { markdown: string; stats: { entityCount: number; relationshipCount: number; fileCount: number; projectCount: number; contradictionCount: number; }; } export declare function handleSessionBrief(store: SQLiteStore, projectId?: string): Promise; //# sourceMappingURL=brief.d.ts.map