import { type EntityNamesRecord } from "../../entity/entity-manager"; import { type TemplateOptions } from "../../types/types"; import { Template } from "../template"; export declare class Template__entity extends Template { constructor(); getTargetAndPath(names: EntityNamesRecord, parentNames?: EntityNamesRecord): { target: string; path: string; }; render(options: TemplateOptions["entity"]): { body: string; importKeys: never[]; target: string; path: string; }; } //# sourceMappingURL=entity.template.d.ts.map