import type { AppDescriptor } from "./appTypes.js"; /** * Installs an app from a source directory into `/`. * Expects: sourceDir contains APP.md + PERMISSIONS.md and destination app name does not exist. */ export declare function appInstall(appsDir: string, sourceDir: string): Promise; //# sourceMappingURL=appInstall.d.ts.map