import { HttpClient } from "@angular/common/http"; import { Observable } from "rxjs"; import { ApiVisa, BaseApiTemplateService } from "../../shared"; import * as i0 from "@angular/core"; 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; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }