import { DecryptToStreamResult } from './types.js'; export declare function decryptToStream(file: string, passphrase: string): Promise;