2 lines
118 B
TypeScript
2 lines
118 B
TypeScript
export declare function encryptKeys(sshDir: string, vaultDir: string, tmpDir: string, pubkey: string): Promise<void>;
|