import type { MemoryCitationsMode } from '../types.js'; export declare function buildMemorySection(params: { availableTools: Set; citationsMode?: MemoryCitationsMode; hasProfileMemory?: boolean; includeMemorySection?: boolean; }): string; export declare function buildExternalMemorySection(text: string | undefined): string; export declare function buildSkillsSection(hasSkillTools: boolean): string;