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