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