export interface ITemplateRenderer { sharedScope: any; compile(templateName: string, templateContent: string); render(templateName: string, templateScope: any, helperScope?: any); }