import { HttpClient } from "@angular/common/http"; import { BaseApiTemplateService } from "../../shared"; import { ExternalGenDocLineItnDocLineMatchingBalanceContainerModel } from "../../../../../../models/aggregates/generic_doc/external-gen-doc-line-itn-matching-balance-container.model"; import * as i0 from "@angular/core"; export declare class ExternalGenDocLineItnDocLineMatchingService extends BaseApiTemplateService { constructor(http: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }