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