codesign.d.ts 171 Bytes Raw Blame History Permalink 1 2 3 import { TmpDir } from "temp-file"; /** @private */ export declare function downloadCertificate(urlOrBase64: string, tmpDir: TmpDir, currentDir: string): Promise<string>;