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