2025-06-30 09:38:03 +08:00

4 lines
165 B
TypeScript

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