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