import { DecryptResult } from './types.js'; export declare function decrypt(file: string, passphrase: string, targetDir: string, targetFileName?: string): Promise;