import { TemplateData } from "../types/template-data.interface"; /** * Generate entity file content (Type + Descriptor) * * This is the most critical file - it defines both the TypeScript type * and the descriptor using defineEntity() * * @param data - Template data * @returns Generated TypeScript code */ export declare function generateEntityFile(data: TemplateData): string; //# sourceMappingURL=entity.template.d.ts.map