import { EncryptResult } from './types.js'; export declare function encryptDir(dir: string, passphrase: string, targetDir: string): Promise;