import type { PromptContext } from '../types'; export declare function renderLongTermMemory(ctx: PromptContext): string; //# sourceMappingURL=longTermMemory.d.ts.map