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