/** * Template module exports * Central export point for template-related functionality */ export { downloadTemplates } from './downloader'; export { transformTemplates } from './transformer'; export type { TemplateFile, TemplateFiles } from './types'; //# sourceMappingURL=index.d.ts.map