import { HttpClient } from '@angular/common/http'; import { BaseApiTemplateService } from '../shared'; import { ProfitCenterContainerModel } from "../../../../../models"; export declare class ProfitCenterService extends BaseApiTemplateService { constructor(http: HttpClient); }