import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../../shared'; import { TaxTxnsContainerModel } from '../../../../../../models/aggregates/erp/tax'; export declare class TaxTxnsService extends BaseApiTemplateService { readonly url: string; constructor(theHttp: HttpClient); }