import { Manifest, ZcliConfigFileContent } from '../types'; export declare const getUploadJobStatus: (job_id: string, appPath: string, pollAfter?: number) => Promise; export declare const updateProductInstallation: (appConfig: ZcliConfigFileContent, manifest: Manifest, app_id: string, product: string) => Promise;