import { HttpClient } from "@angular/common/http"; import { SalesContractFolderFixedAssetLinkContainerModel } from "../../../../../../models/aggregates/erp/sales-contract"; import { BaseApiTemplateService } from "../../shared"; 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); }