declare function findTemplateBase(commandName: string): string; declare function writeTemplateFile(args: { outPath: string; templatePath: string; ctx: any; }): void; export { findTemplateBase, writeTemplateFile }; //# sourceMappingURL=template.d.ts.map