import { type TemplateOptions } from "../../types/types"; import { Template } from "../template"; export declare class Template__services extends Template { constructor(); getTargetAndPath(): { target: string; path: string; }; render({}: TemplateOptions["services"]): { body: string; importKeys: string[]; customHeaders: string[]; target: string; path: string; }; } //# sourceMappingURL=services.template.d.ts.map