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