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