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