export abstract class TemplateLoader { async load(name: string): Promise { return Promise.reject(new Error("Method not implemented.")); } }