import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { AttributeSetContainerModel } from '../../../../../../models/aggregates/erp/attribute/attribute-set-container.model'; import * as i0 from "@angular/core"; export declare class AttributeSetService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }