import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { NstiStockImportFileHelperContainerModel } from '../../../../../../models/aggregates/erp/non-stock-and-trade-in/nsti-stock-import-file-helper-container.model'; export declare class NstiStockImportFileHelperService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }