UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

5 lines (4 loc) 403 B
import type { BundleEncryptOptions, EncryptResult } from '../schemas/bundle'; export type { EncryptResult } from '../schemas/bundle'; export declare function encryptZipInternal(zipPath: string, checksum: string, options: BundleEncryptOptions, silent?: boolean): Promise<EncryptResult>; export declare function encryptZip(zipPath: string, checksum: string, options: BundleEncryptOptions): Promise<void>;