2022-09-30 05:39:11 +00:00

4 lines
171 B
TypeScript

import { TmpDir } from "temp-file";
/** @private */
export declare function downloadCertificate(urlOrBase64: string, tmpDir: TmpDir, currentDir: string): Promise<string>;