export interface ITemplateProvider { get(template: string, noCache?: boolean): Promise; }