export { templateService } from './template.service';
export type { TemplateServiceInterface } from './template.service.interface';
export type { Template, TemplateResponse } from './template.service.type';
