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"; export declare class DocItemPricingExportService extends BaseApiTemplateService { constructor(http: HttpClient); }