export { copyTemplate, installdependencies, selectDatabase, selectLanguage, selectPackageManger, } from "./prompt.js"; export { createProjectConfig } from "./project/createProjectConfig.js"; export { loadProjectConfig } from "./project/loadProjectConfig.js"; export { saveProjectConfig } from "./project/saveProjectConfig.js"; export { type Lang, PluginType, RemoteImportInjection, Plugin, RemoteInjection, RemotePluginCondition, RemotePluginConfig, RemoteRemoveImport, RemoteRemoveStatement, RemoteReplaceCallInjection, RemoteReplaceExport, RemoteReplaceImport, RemoteStatementInjection, pluginContext, } from "./plugins/remote/types/index.js"; export { Registry, TemplateConfig, loadPlugins, plugins, } from "./plugins/index.js"; export { runPlugins } from "./plugins/runPlugin.js"; //# sourceMappingURL=index.d.ts.map