import { type EntityNamesRecord } from "../../entity/entity-manager"; import { type TemplateOptions } from "../../types/types"; import { Template } from "../template"; export declare class Template__model extends Template { constructor(); getTargetAndPath(names: EntityNamesRecord): { target: string; path: string; }; getRequiredDictKeys(): string[] | null; render({ entityId }: TemplateOptions["model"]): Promise<{ body: string; importKeys: never[]; target: string; path: string; }>; } //# sourceMappingURL=model.template.d.ts.map