4 lines
165 B
TypeScript
Raw Normal View History

2025-06-30 09:38:03 +08:00
import { TmpDir } from "temp-file";
/** @private */
export declare function importCertificate(cscLink: string, tmpDir: TmpDir, currentDir: string): Promise<string>;