import { HttpClient } from "@angular/common/http"; import { SalesContractFolderFixedAssetLinkContainerModel } from "../../../../../../models/aggregates/erp/sales-contract"; import { BaseApiTemplateService } from "../../shared"; import * as i0 from "@angular/core"; export declare class SalesContractFolderFixedAssetLinkService extends BaseApiTemplateService { static readonly SALES_CONTRACT_FOLDER_HDR_FIXED_ASSET_LINK_SUBPATH = "sales-contract-folder-to-fixed-asset-register-links/"; constructor(http: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }