import { TemplateService } from "./template.service"; export declare class TemplateController { protected service: TemplateService; constructor(service: TemplateService); print(headers: any, params: any): Promise; bulkPrint(params: any, body: any): Promise; listPrintTemplate(body: any): Promise; printExample(params: any): Promise; send(body: any): Promise; printMultipleData(headers: any, body: any): Promise; printMultipleDoc(headers: any, body: any): Promise; afterExecute(body: any): Promise; printLog(body: any): Promise; printFromHtml(body: any): Promise; printFromData(headers: any, body: any): Promise; }