import { ProductModel, Memory } from '../../types/index.js'; import { VibeConfig } from '../../types/config.js'; import type { MemoryRecommendations } from '../memory/index.js'; export declare function buildProductModel(config: VibeConfig, memory: Memory, recommendations?: MemoryRecommendations): Promise;