export { t, initI18n } from './i18n.js'; export { showOverwriteQuestion } from './conditions.js'; export { ErrorHandler, ERROR_TYPE, bail, handleErrorMessage } from './error-handler.js'; export { getExtensionGenPromptOpts } from './extension-prompts.js'; export * from './constants.js'; export * from './destination.js'; export * from './types.js'; //# sourceMappingURL=index.d.ts.map