import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../shared'; export declare class ChartOfAccountService extends BaseApiTemplateService { protected apiUrl: string; constructor(http: HttpClient); }