//#region src/commands/make/template.d.ts declare function makeTemplate(filePath?: string): Promise; //#endregion export { makeTemplate as default };