import type { BundleZipOptions, ZipResult } from '../schemas/bundle'; export type { ZipResult } from '../schemas/bundle'; export declare function zipBundleInternal(appId: string, options: BundleZipOptions, silent?: boolean): Promise; export declare function zipBundle(appId: string, options: BundleZipOptions): Promise;