import type { TestingOption } from "./create.js"; export type TemplateContext = { name: string; appId: string; title: string; testing: TestingOption; }; export declare const renderFile: (templateName: string, context: TemplateContext) => string; //# sourceMappingURL=templates.d.ts.map