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