import { HttpClient } from '@angular/common/http'; import { AesModel } from '@uofx/core'; import { UofxDownloadUrlRequestModel, UofxPdfUrlReponseModel } from './pdf.model'; import * as i0 from "@angular/core"; export declare class UofxPdfService { private http; constructor(http: HttpClient); /** 取得pdf檔案的密碼AES暗碼 */ getPdfDownloadUrl(model: UofxDownloadUrlRequestModel): import("rxjs").Observable; /** 取得pdf檔案的密碼AES暗碼 */ getPdfAesPwd(fileId: string, model: AesModel): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }