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