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