import { HttpClient } from "@angular/common/http"; import { Observable } from "rxjs"; import { ApiVisa, BaseApiTemplateService } from "../../shared"; export declare class GendocBatchPrintingService extends BaseApiTemplateService { constructor(http: HttpClient); getDoc(serverDoc: any, printableFormatHdrGuid: any, dtoObject: any, visa: ApiVisa): Observable; getCustomDoc(serverDoc: any, printableFormatHdrGuid: any, dtoObject: any, visa: ApiVisa): Observable; }