UNPKG

app-builder-lib

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