/// /// export declare class AppPackager { private rootPath; constructor(rootPath: string); package(): Promise; private createZip; }