import { HttpClient } from "@angular/common/http"; import { BaseApiTemplateService } from "../../shared"; import { DocItemExportFileContainerModel } from "../../../../../../models/aggregates/erp/doc-item-link-export/doc-item-export-container.model"; import * as i0 from "@angular/core"; export declare class DocItemPricingExportService extends BaseApiTemplateService { constructor(http: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }