import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared'; import { ItemToItemAddOnLinkContainerModel } from '../../../../../../models/aggregates/erp/add-ons-extended-warranty/item-to-item-add-on-link-container.model'; export declare class ItemToItemAddonLinkService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }