UNPKG

app-builder-lib

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