/** * Build the auto-memory extraction prompt for the background agent. */ export declare function buildAutoMemoryExtractionPrompt(newMessageCount: number, existingMemoriesManifest: string): string;