export declare const init: (appName: string) => Promise; export declare const pack: (distPath: string) => Promise;