export declare const createAppPkg: (relativeAppPath: string, pkgDir?: string) => Promise; export declare const validatePkg: (pkgPath: string) => Promise;