import { HttpClient } from "@angular/common/http"; import { Observable } from "rxjs"; import { ApiVisa, BaseApiTemplateService } from "../../shared"; export declare class SalesContractFolderAttachmentHdrService extends BaseApiTemplateService { static readonly SALES_CONTRACT_FOLDER_HDR_SUBPATH = "sales-contract-folder-attachment-hdrs/"; constructor(http: HttpClient); getAttachmentFile(extensionGuid: string, apiVisa: ApiVisa): Observable; }