import type { ProjectContext } from '../../ai/types.js'; /** * Generates the content for the Enterprise Data Dictionary document. * @param context Project context and relationships * @returns Markdown string for the Enterprise Data Dictionary */ export declare function generateContent(context: ProjectContext): string; //# sourceMappingURL=EnterpriseDataDictionaryTemplate.d.ts.map