import { HttpClient } from '@angular/common/http'; export declare class AttachmentsService { private http; private _attachments; id: string; constructor(http: HttpClient); get attachmentsFormData(): any[]; set attachmentsFormData(value: any[]); } //# sourceMappingURL=attachments.service.d.ts.map