import type { BundleDecryptOptions, DecryptResult } from '../schemas/bundle'; export type { DecryptResult } from '../schemas/bundle'; export declare function decryptZipInternal(zipPath: string, ivsessionKey: string, options: BundleDecryptOptions, silent?: boolean): Promise; export declare function decryptZip(zipPath: string, ivsessionKey: string, options: BundleDecryptOptions): Promise;