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