import { HttpClient } from '@angular/common/http'; import { OCRGenericDocContainerModel, OCRGenericDocDetailsContainerModel } from "../../../../../models"; import { ApiVisa, BasicApiResponseModel, Pagination, PagingResponseModel } from '../shared'; import { BaseApiPublicLoginTemplateService } from '../shared/base-api-public-login-template.service'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class OCRGenericDocService extends BaseApiPublicLoginTemplateService { readonly url: string; readonly url2: string; constructor(http: HttpClient); updatePostingStatus(dtoObject: Object, apiVisa: ApiVisa, guid: string): Observable>; getBySnapshotCustomQuery(dtoObject: any, visa: ApiVisa): Observable>; getBySnapshotDetailsCustomQuery(dtoObject: any, visa: ApiVisa): Observable>; getCountByCustomQuery(pagination: Pagination, visa: ApiVisa): Observable>; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }