import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared/base-api-template-service.model'; import { TaxCodeContainerModel } from '../../../../../../models/aggregates/erp/tax'; export declare class TaxCodeCfgService extends BaseApiTemplateService { readonly url: string; constructor(http: HttpClient); }