import { type GoalState } from "../goals/goal-state.ts"; import type { MemoryTierCandidate } from "./memory-tier-composer.ts"; export interface CurrentWorkMemoryInput { goalState?: GoalState; activePlanPath?: string; latestTopic?: string; } export declare function collectCurrentWorkMemory(input: CurrentWorkMemoryInput): MemoryTierCandidate[]; //# sourceMappingURL=current-work-memory.d.ts.map