export interface IIemplateProvider { init(settings: any): any; send(data: any, template: any, profile: any, attachments?: any, settings?: any): any; print(id: string, template: any, docRef: string, locale: string, profile: any, filters?: any, printData?: any, raw?: boolean): any; multiPrint(template: any, data: any, locale: string, profile: any): any; mergeFiles(template: any, files: any[]): any; layout(): any; }