UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

5 lines (4 loc) 411 B
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<DecryptResult>; export declare function decryptZip(zipPath: string, ivsessionKey: string, options: BundleDecryptOptions): Promise<void>;