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