import type { CortexStore } from '../db/store.js'; import { type RecallOptions } from './recall.js'; export declare const DEFAULT_BRIEF_BUDGET = 450; export declare function brief(store: CortexStore, topic: string, forAgent?: string, options?: RecallOptions): string; //# sourceMappingURL=brief.d.ts.map